#CFFDF9

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

Shades of Light Cyan #CFFDF9

Tints of Light Cyan #CFFDF9

Color information

#CFFDF9 (or 0xCFFDF9) is unknown color: approx Light Cyan. HEX triplet: CF, FD and F9. RGB value is (207,253,249). Sum of RGB (Red+Green+Blue) = 207+253+249=709 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.20% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDF9 is #300206. Grayscale: #EEEEEE. Windows color (decimal): -3146247 or 16383439. OLE color: 16383439.

HSL color Cylindrical-coordinate representation of color #CFFDF9: hue angle of 174.78º degrees, saturation: 0.92, 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 #CFFDF9 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB207253249-
CMYK0.1800.020.01
HSL174.78º92%90.2%-
HSV(B)174.78º18.18%99.22%-
XYZ77.9690.36102.95-
YUV238.79133.76105.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.20%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 249 (97.66% from 255) = 35.12%
R=29.20%
G=35.68%
B=35.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532490.1800.020.01174.789290.2
HexCFFDF912021af5c5a
Octal31737537122021257134132
Binary1100111111111101111110011001001011010111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDF9; }

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

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

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

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

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

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

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

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