#CFFBF9

Color #CFFBF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CFFBF9

Tints of Light Cyan #CFFBF9

Color information

#CFFBF9 (or 0xCFFBF9) is unknown color: approx Light Cyan. HEX triplet: CF, FB and F9. RGB value is (207,251,249). Sum of RGB (Red+Green+Blue) = 207+251+249=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBF9 is #300406. Grayscale: #EDEDED. Windows color (decimal): -3146759 or 16382927. OLE color: 16382927.

HSL color Cylindrical-coordinate representation of color #CFFBF9: hue angle of 177.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFBF9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB207251249-
CMYK0.1800.010.02
HSL177.27º84.62%89.8%-
HSV(B)177.27º17.53%98.43%-
XYZ77.3389.1102.74-
YUV237.62134.42106.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.28%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=29.28%
G=35.50%
B=35.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512490.1800.010.02177.2784.6289.8
HexCFFBF912012b1555a
Octal31737337122012261125132
Binary1100111111111011111110011001001101011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBF9; }

 p { color: rgb(207,251,249); }

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

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

 a { background-color: rgb(207,251,249); }

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

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

 span { border-color: rgb(207,251,249); }

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