#CDFAF9

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

Shades of Light Cyan #CDFAF9

Tints of Light Cyan #CDFAF9

Color information

#CDFAF9 (or 0xCDFAF9) is unknown color: approx Light Cyan. HEX triplet: CD, FA and F9. RGB value is (205,250,249). Sum of RGB (Red+Green+Blue) = 205+250+249=704 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.12% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAF9 is #320506. Grayscale: #ECECEC. Windows color (decimal): -3278087 or 16382669. OLE color: 16382669.

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

Color convert

RGB205250249-
CMYK0.1800.000.02
HSL178.67º81.82%89.22%-
HSV(B)178.67º18%98.04%-
XYZ76.4688.19102.61-
YUV236.43135.09105.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.12%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=29.12%
G=35.51%
B=35.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502490.1800.000.02178.6781.8289.22
HexCDFAF912002b35259
Octal31537237122002263122131
Binary1100110111111010111110011001000101011001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAF9; }

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

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

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

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

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

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

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

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