#6CF2FB

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

Shades of Baby Blue #6CF2FB

Tints of Baby Blue #6CF2FB

Color information

#6CF2FB (or 0x6CF2FB) is unknown color: approx Baby Blue. HEX triplet: 6C, F2 and FB. RGB value is (108,242,251). Sum of RGB (Red+Green+Blue) = 108+242+251=601 (79% of max value = 765). Red value is 108 (42.58% from 255 or 17.97% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CF2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF2FB is #930D04. Grayscale: #CACACA. Windows color (decimal): -9637125 or 16511596. OLE color: 16511596.

HSL color Cylindrical-coordinate representation of color #6CF2FB: hue angle of 183.78º degrees, saturation: 0.95, 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 #6CF2FB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108242251-
CMYK0.570.0400.02
HSL183.78º94.7%70.39%-
HSV(B)183.78º56.97%98.43%-
XYZ55.3573.66102.57-
YUV202.96155.1160.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 17.97%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=17.97%
G=40.27%
B=41.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082422510.570.0400.02183.7894.770.39
Hex6CF2FB39402b85f46
Octal15436237371402270137106
Binary110110011110010111110111110011000101011100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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