#CDF8FF

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

Shades of Light Cyan #CDF8FF

Tints of Light Cyan #CDF8FF

Color information

#CDF8FF (or 0xCDF8FF) is unknown color: approx Light Cyan. HEX triplet: CD, F8 and FF. RGB value is (205,248,255). Sum of RGB (Red+Green+Blue) = 205+248+255=708 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.95% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8FF is #320700. Grayscale: #EBEBEB. Windows color (decimal): -3278593 or 16775373. OLE color: 16775373.

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

Color convert

RGB205248255-
CMYK0.200.0300
HSL188.4º100%90.2%-
HSV(B)188.4º19.61%100%-
XYZ76.7987.33107.42-
YUV235.94138.75105.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 28.95%
GREEN value IS 248 (97.27% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 36.02%
R=28.95%
G=35.03%
B=36.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052482550.200.0300188.410090.2
HexCDF8FF14300bc645a
Octal31537037724300274144132
Binary1100110111111000111111111010011001011110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8FF; }

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

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

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

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

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

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

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

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