Shades of Light Cyan #D0FEFD
Tints of Light Cyan #D0FEFD
RGB
CMYK
RGB Variations
Color information
#D0FEFD (or 0xD0FEFD) is known color: Light Cyan. HEX triplet: D0, FE and FD. RGB value is (208,254,253). Sum of RGB (Red+Green+Blue) = 208+254+253=715 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.09% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FEFD is #2F0102. Grayscale: #F0F0F0. Windows color (decimal): -3080451 or 16645840. OLE color: 16645840.
HSL color Cylindrical-coordinate representation of color #D0FEFD: hue angle of 178.7º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEFD is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 208 | 254 | 253 | - |
CMYK | 0.18 | 0 | 0.00 | 0.00 |
HSL | 178.7º | 0.96% | 0.91% | - |
HSV(B) | 178.7º | 0.18% | 1% | - |
XYZ | 79.18 | 91.39 | 106.39 | - |
YUV | 240.13 | 135.26 | 105.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 254 | 253 | 0.18 | 0 | 0.00 | 0.00 | 178.7 | 0.96 | 0.91 |
Hex | D0 | FE | FD | 12 | 0 | 0 | 0 | B3 | 60 | 5B |
Octal | 320 | 376 | 375 | 22 | 0 | 0 | 0 | 263 | 140 | 133 |
Binary | 11010000 | 11111110 | 11111101 | 10010 | 0 | 0 | 0 | 10110011 | 1100000 | 1011011 |
Color Harmonies of #D0FEFD
Complementary color
Monochromatic Colors of #D0FEFD
Black with #D0FEFD
Text Example
Text Example
White with #D0FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEFD; }
p { color: rgb(208,254,253); }
H1.HeaderClassName
{
color: #D0FEFD;
}
.AnyTagClassName
{
color: #D0FEFD;
}
</style>
background-color css
<style>
a { background-color: #D0FEFD; }
a { background-color: rgb(208,254,253); }
div.DivClassName
{
background-color: #D0FEFD;
}
.BgClassName
{
background-color: #D0FEFD;
}
</style>
border-color css
<style>
span { border-color: #D0FEFD; }
span { border-color: rgb(208,254,253); }
td.TdClassName
{
border-color: #D0FEFD;
}
.TagClassName
{
border-color: #D0FEFD;
}
</style>