Shades of Light Cyan #D4FAFB
Tints of Light Cyan #D4FAFB
RGB
CMYK
RGB Variations
Color information
#D4FAFB (or 0xD4FAFB) is known color: Light Cyan. HEX triplet: D4, FA and FB. RGB value is (212,250,251). Sum of RGB (Red+Green+Blue) = 212+250+251=713 (94% of max value = 765). Red value is 212 (83.20% from 255 or 29.73% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4FAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FAFB is #2B0504. Grayscale: #EEEEEE. Windows color (decimal): -2819333 or 16513748. OLE color: 16513748.
HSL color Cylindrical-coordinate representation of color #D4FAFB: hue angle of 181.54º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FAFB is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 251 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.02 |
| HSL | 181.54º | 0.83% | 0.91% | - |
| HSV(B) | 181.54º | 0.16% | 0.98% | - |
| XYZ | 78.75 | 89.33 | 104.36 | - |
| YUV | 238.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 251 | 0.16 | 0.00 | 0 | 0.02 | 181.54 | 0.83 | 0.91 |
| Hex | D4 | FA | FB | 10 | 0 | 0 | 2 | B6 | 53 | 5B |
| Octal | 324 | 372 | 373 | 20 | 0 | 0 | 2 | 266 | 123 | 133 |
| Binary | 11010100 | 11111010 | 11111011 | 10000 | 0 | 0 | 10 | 10110110 | 1010011 | 1011011 |
Color Harmonies of #D4FAFB
Complementary color
Monochromatic Colors of #D4FAFB
Black with #D4FAFB
Text Example
Text Example
White with #D4FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FAFB; }
p { color: rgb(212,250,251); }
H1.HeaderClassName
{
color: #D4FAFB;
}
.AnyTagClassName
{
color: #D4FAFB;
}
</style>
background-color css
<style>
a { background-color: #D4FAFB; }
a { background-color: rgb(212,250,251); }
div.DivClassName
{
background-color: #D4FAFB;
}
.BgClassName
{
background-color: #D4FAFB;
}
</style>
border-color css
<style>
span { border-color: #D4FAFB; }
span { border-color: rgb(212,250,251); }
td.TdClassName
{
border-color: #D4FAFB;
}
.TagClassName
{
border-color: #D4FAFB;
}
</style>