#6CF3F9

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

Shades of Baby Blue #6CF3F9

Tints of Baby Blue #6CF3F9

Color information

#6CF3F9 (or 0x6CF3F9) is unknown color: approx Baby Blue. HEX triplet: 6C, F3 and F9. RGB value is (108,243,249). Sum of RGB (Red+Green+Blue) = 108+243+249=600 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #6CF3F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF3F9 is #930C06. Grayscale: #CBCBCB. Windows color (decimal): -9636871 or 16380780. OLE color: 16380780.

HSL color Cylindrical-coordinate representation of color #6CF3F9: hue angle of 182.55º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF3F9 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108243249-
CMYK0.570.0200.02
HSL182.55º92.16%70%-
HSV(B)182.55º56.63%97.65%-
XYZ55.3374.13101.01-
YUV203.32153.7760.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 249 (97.66% from 255) = 41.5%
R=18%
G=40.5%
B=41.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082432490.570.0200.02182.5592.1670
Hex6CF3F939202b75c46
Octal15436337171202267134106
Binary11011001111001111111001111001100101011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,243,249); }

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

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

 a { background-color: rgb(108,243,249); }

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

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

 span { border-color: rgb(108,243,249); }

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