Shades of Light Cyan #CDF8FA
Tints of Light Cyan #CDF8FA
RGB
CMYK
RGB Variations
Color information
#CDF8FA (or 0xCDF8FA) is known color: Light Cyan. HEX triplet: CD, F8 and FA. RGB value is (205,248,250). Sum of RGB (Red+Green+Blue) = 205+248+250=703 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.16% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8FA is #320705. Grayscale: #EBEBEB. Windows color (decimal): -3278598 or 16447693. OLE color: 16447693.
HSL color Cylindrical-coordinate representation of color #CDF8FA: hue angle of 182.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 #CDF8FA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 248 | 250 | - |
CMYK | 0.18 | 0.01 | 0 | 0.02 |
HSL | 182.67º | 0.82% | 0.89% | - |
HSV(B) | 182.67º | 0.18% | 0.98% | - |
XYZ | 76 | 87.02 | 103.23 | - |
YUV | 235.37 | 136.25 | 106.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 248 | 250 | 0.18 | 0.01 | 0 | 0.02 | 182.67 | 0.82 | 0.89 |
Hex | CD | F8 | FA | 12 | 1 | 0 | 2 | B7 | 52 | 59 |
Octal | 315 | 370 | 372 | 22 | 1 | 0 | 2 | 267 | 122 | 131 |
Binary | 11001101 | 11111000 | 11111010 | 10010 | 1 | 0 | 10 | 10110111 | 1010010 | 1011001 |
Color Harmonies of #CDF8FA
Complementary color
Monochromatic Colors of #CDF8FA
Black with #CDF8FA
Text Example
Text Example
White with #CDF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8FA; }
p { color: rgb(205,248,250); }
H1.HeaderClassName
{
color: #CDF8FA;
}
.AnyTagClassName
{
color: #CDF8FA;
}
</style>
background-color css
<style>
a { background-color: #CDF8FA; }
a { background-color: rgb(205,248,250); }
div.DivClassName
{
background-color: #CDF8FA;
}
.BgClassName
{
background-color: #CDF8FA;
}
</style>
border-color css
<style>
span { border-color: #CDF8FA; }
span { border-color: rgb(205,248,250); }
td.TdClassName
{
border-color: #CDF8FA;
}
.TagClassName
{
border-color: #CDF8FA;
}
</style>