#CDFBF9

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

Shades of Light Cyan #CDFBF9

Tints of Light Cyan #CDFBF9

Color information

#CDFBF9 (or 0xCDFBF9) is unknown color: approx Light Cyan. HEX triplet: CD, FB and F9. RGB value is (205,251,249). Sum of RGB (Red+Green+Blue) = 205+251+249=705 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.08% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFBF9 is #320406. Grayscale: #ECECEC. Windows color (decimal): -3277831 or 16382925. OLE color: 16382925.

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

Color convert

RGB205251249-
CMYK0.1800.010.02
HSL177.39º85.19%89.41%-
HSV(B)177.39º18.33%98.43%-
XYZ76.7788.81102.72-
YUV237.02134.76105.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.08%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=29.08%
G=35.60%
B=35.32%

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
Decimal2052512490.1800.010.02177.3985.1989.41
HexCDFBF912012b15559
Octal31537337122012261125131
Binary1100110111111011111110011001001101011000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFBF9; }

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

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

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

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

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

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

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

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