Shades of Light Cyan #D5FAFC
Tints of Light Cyan #D5FAFC
RGB
CMYK
RGB Variations
Color information
#D5FAFC (or 0xD5FAFC) is known color: Light Cyan. HEX triplet: D5, FA and FC. RGB value is (213,250,252). Sum of RGB (Red+Green+Blue) = 213+250+252=715 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.79% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FAFC is #2A0503. Grayscale: #EFEFEF. Windows color (decimal): -2753796 or 16579285. OLE color: 16579285.
HSL color Cylindrical-coordinate representation of color #D5FAFC: hue angle of 183.08º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FAFC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 250 | 252 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.01 |
| HSL | 183.08º | 0.87% | 0.91% | - |
| HSV(B) | 183.08º | 0.15% | 0.99% | - |
| XYZ | 79.2 | 89.55 | 105.21 | - |
| YUV | 239.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 252 | 0.15 | 0.01 | 0 | 0.01 | 183.08 | 0.87 | 0.91 |
| Hex | D5 | FA | FC | F | 1 | 0 | 1 | B7 | 57 | 5B |
| Octal | 325 | 372 | 374 | 17 | 1 | 0 | 1 | 267 | 127 | 133 |
| Binary | 11010101 | 11111010 | 11111100 | 1111 | 1 | 0 | 1 | 10110111 | 1010111 | 1011011 |
Color Harmonies of #D5FAFC
Complementary color
Monochromatic Colors of #D5FAFC
Black with #D5FAFC
Text Example
Text Example
White with #D5FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FAFC; }
p { color: rgb(213,250,252); }
H1.HeaderClassName
{
color: #D5FAFC;
}
.AnyTagClassName
{
color: #D5FAFC;
}
</style>
background-color css
<style>
a { background-color: #D5FAFC; }
a { background-color: rgb(213,250,252); }
div.DivClassName
{
background-color: #D5FAFC;
}
.BgClassName
{
background-color: #D5FAFC;
}
</style>
border-color css
<style>
span { border-color: #D5FAFC; }
span { border-color: rgb(213,250,252); }
td.TdClassName
{
border-color: #D5FAFC;
}
.TagClassName
{
border-color: #D5FAFC;
}
</style>