#6FFBF2

Color #6FFBF2 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6FFBF2

Tints of Baby Blue #6FFBF2

Color information

#6FFBF2 (or 0x6FFBF2) is unknown color: approx Baby Blue. HEX triplet: 6F, FB and F2. RGB value is (111,251,242). Sum of RGB (Red+Green+Blue) = 111+251+242=604 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.38% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBF2 is #90040D. Grayscale: #D0D0D0. Windows color (decimal): -9438222 or 15924079. OLE color: 15924079.

HSL color Cylindrical-coordinate representation of color #6FFBF2: hue angle of 176.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBF2 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB111251242-
CMYK0.5600.040.02
HSL176.14º94.59%70.98%-
HSV(B)176.14º55.78%98.43%-
XYZ57.0878.7896.2-
YUV208.11147.1258.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 18.38%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=18.38%
G=41.56%
B=40.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112512420.5600.040.02176.1494.5970.98
Hex6FFBF238042b05f47
Octal15737336270042260137107
Binary110111111111011111100101110000100101011000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FFBF2; }

 p { color: rgb(111,251,242); }

 H1.HeaderClassName
 {
   color: #6FFBF2;
 }
 .AnyTagClassName
 {
   color: #6FFBF2;
 }
</style>
background-color css

<style>
 a { background-color: #6FFBF2; }

 a { background-color: rgb(111,251,242); }

 div.DivClassName
 {
   background-color: #6FFBF2;
 }
 .BgClassName
 {
   background-color: #6FFBF2;
 }
</style>
border-color css

<style>
 span { border-color: #6FFBF2; }

 span { border-color: rgb(111,251,242); }

 td.TdClassName
 {
   border-color: #6FFBF2;
 }
 .TagClassName
 {
   border-color: #6FFBF2;
 }
</style>