#CDFFF9

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

Shades of Light Cyan #CDFFF9

Tints of Light Cyan #CDFFF9

Color information

#CDFFF9 (or 0xCDFFF9) is unknown color: approx Light Cyan. HEX triplet: CD, FF and F9. RGB value is (205,255,249). Sum of RGB (Red+Green+Blue) = 205+255+249=709 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.91% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFF9 is #320006. Grayscale: #EFEFEF. Windows color (decimal): -3276807 or 16383949. OLE color: 16383949.

HSL color Cylindrical-coordinate representation of color #CDFFF9: hue angle of 172.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFF9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB205255249-
CMYK0.2000.020
HSL172.8º100%90.2%-
HSV(B)172.8º19.61%100%-
XYZ78.0491.34103.14-
YUV239.37133.44103.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 28.91%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 249 (97.66% from 255) = 35.12%
R=28.91%
G=35.97%
B=35.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052552490.2000.020172.810090.2
HexCDFFF914020ad645a
Octal31537737124020255144132
Binary1100110111111111111110011010001001010110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFF9; }

 p { color: rgb(205,255,249); }

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

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

 a { background-color: rgb(205,255,249); }

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

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

 span { border-color: rgb(205,255,249); }

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