#CDFAFF

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

Shades of Light Cyan #CDFAFF

Tints of Light Cyan #CDFAFF

Color information

#CDFAFF (or 0xCDFAFF) is unknown color: approx Light Cyan. HEX triplet: CD, FA and FF. RGB value is (205,250,255). Sum of RGB (Red+Green+Blue) = 205+250+255=710 (94% of max value = 765). Red value is 205 (80.47% from 255 or 28.87% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAFF is #320500. Grayscale: #EDEDED. Windows color (decimal): -3278081 or 16775885. OLE color: 16775885.

HSL color Cylindrical-coordinate representation of color #CDFAFF: hue angle of 186º 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 #CDFAFF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205250255-
CMYK0.200.0200
HSL186º100%90.2%-
HSV(B)186º19.61%100%-
XYZ77.4188.57107.62-
YUV237.11138.09105.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 28.87%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 255 (100% from 255) = 35.92%
R=28.87%
G=35.21%
B=35.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052502550.200.020018610090.2
HexCDFAFF14200ba645a
Octal31537237724200272144132
Binary1100110111111010111111111010010001011101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAFF; }

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

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

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

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

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

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

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

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