#CFFCF9

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

Shades of Light Cyan #CFFCF9

Tints of Light Cyan #CFFCF9

Color information

#CFFCF9 (or 0xCFFCF9) is unknown color: approx Light Cyan. HEX triplet: CF, FC and F9. RGB value is (207,252,249). Sum of RGB (Red+Green+Blue) = 207+252+249=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCF9 is #300306. Grayscale: #EEEEEE. Windows color (decimal): -3146503 or 16383183. OLE color: 16383183.

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

Color convert

RGB207252249-
CMYK0.1800.010.01
HSL176º88.24%90%-
HSV(B)176º17.86%98.82%-
XYZ77.6489.73102.85-
YUV238.2134.09105.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.24%
GREEN value IS 252 (98.83% from 255) = 35.59%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=29.24%
G=35.59%
B=35.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072522490.1800.010.0117688.2490
HexCFFCF912011b0585a
Octal31737437122011260130132
Binary110011111111110011111001100100111011000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCF9; }

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

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

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

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

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

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

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

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