Shades of Light Cyan #D5FCFC
Tints of Light Cyan #D5FCFC
RGB
CMYK
RGB Variations
Color information
#D5FCFC (or 0xD5FCFC) is known color: Light Cyan. HEX triplet: D5, FC and FC. RGB value is (213,252,252). Sum of RGB (Red+Green+Blue) = 213+252+252=717 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.71% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #D5FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCFC is #2A0303. Grayscale: #F0F0F0. Windows color (decimal): -2753284 or 16579797. OLE color: 16579797.
HSL color Cylindrical-coordinate representation of color #D5FCFC: hue angle of 180º 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 #D5FCFC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 252 | 252 | - |
CMYK | 0.15 | 0 | 0 | 0.01 |
HSL | 180º | 0.87% | 0.91% | - |
HSV(B) | 180º | 0.15% | 0.99% | - |
XYZ | 79.82 | 90.8 | 105.41 | - |
YUV | 240.34 | 134.58 | 108.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 252 | 252 | 0.15 | 0 | 0 | 0.01 | 180 | 0.87 | 0.91 |
Hex | D5 | FC | FC | F | 0 | 0 | 1 | B4 | 57 | 5B |
Octal | 325 | 374 | 374 | 17 | 0 | 0 | 1 | 264 | 127 | 133 |
Binary | 11010101 | 11111100 | 11111100 | 1111 | 0 | 0 | 1 | 10110100 | 1010111 | 1011011 |
Color Harmonies of #D5FCFC
Complementary color
Monochromatic Colors of #D5FCFC
Black with #D5FCFC
Text Example
Text Example
White with #D5FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCFC; }
p { color: rgb(213,252,252); }
H1.HeaderClassName
{
color: #D5FCFC;
}
.AnyTagClassName
{
color: #D5FCFC;
}
</style>
background-color css
<style>
a { background-color: #D5FCFC; }
a { background-color: rgb(213,252,252); }
div.DivClassName
{
background-color: #D5FCFC;
}
.BgClassName
{
background-color: #D5FCFC;
}
</style>
border-color css
<style>
span { border-color: #D5FCFC; }
span { border-color: rgb(213,252,252); }
td.TdClassName
{
border-color: #D5FCFC;
}
.TagClassName
{
border-color: #D5FCFC;
}
</style>