Shades of Light Cyan #D3F8FF
Tints of Light Cyan #D3F8FF
RGB
CMYK
RGB Variations
Color information
#D3F8FF (or 0xD3F8FF) is known color: Light Cyan. HEX triplet: D3, F8 and FF. RGB value is (211,248,255). Sum of RGB (Red+Green+Blue) = 211+248+255=714 (94% of max value = 765). Red value is 211 (82.81% from 255 or 29.55% from 714); Green value is 248 (97.27% from 255 or 34.73% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F8FF is #2C0700. Grayscale: #EDEDED. Windows color (decimal): -2885377 or 16775379. OLE color: 16775379.
HSL color Cylindrical-coordinate representation of color #D3F8FF: hue angle of 189.55º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3F8FF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 248 | 255 | - |
| CMYK | 0.17 | 0.03 | 0 | 0 |
| HSL | 189.55º | 1% | 0.91% | - |
| HSV(B) | 189.55º | 0.17% | 1% | - |
| XYZ | 78.48 | 88.2 | 107.5 | - |
| YUV | 237.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 255 | 0.17 | 0.03 | 0 | 0 | 189.55 | 1 | 0.91 |
| Hex | D3 | F8 | FF | 11 | 3 | 0 | 0 | BE | 64 | 5B |
| Octal | 323 | 370 | 377 | 21 | 3 | 0 | 0 | 276 | 144 | 133 |
| Binary | 11010011 | 11111000 | 11111111 | 10001 | 11 | 0 | 0 | 10111110 | 1100100 | 1011011 |
Color Harmonies of #D3F8FF
Complementary color
Monochromatic Colors of #D3F8FF
Black with #D3F8FF
Text Example
Text Example
White with #D3F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F8FF; }
p { color: rgb(211,248,255); }
H1.HeaderClassName
{
color: #D3F8FF;
}
.AnyTagClassName
{
color: #D3F8FF;
}
</style>
background-color css
<style>
a { background-color: #D3F8FF; }
a { background-color: rgb(211,248,255); }
div.DivClassName
{
background-color: #D3F8FF;
}
.BgClassName
{
background-color: #D3F8FF;
}
</style>
border-color css
<style>
span { border-color: #D3F8FF; }
span { border-color: rgb(211,248,255); }
td.TdClassName
{
border-color: #D3F8FF;
}
.TagClassName
{
border-color: #D3F8FF;
}
</style>