Shades of Light Cyan #D0FFFE
Tints of Light Cyan #D0FFFE
RGB
CMYK
RGB Variations
Color information
#D0FFFE (or 0xD0FFFE) is known color: Light Cyan. HEX triplet: D0, FF and FE. RGB value is (208,255,254). Sum of RGB (Red+Green+Blue) = 208+255+254=717 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.01% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFFE is #2F0001. Grayscale: #F0F0F0. Windows color (decimal): -3080194 or 16711632. OLE color: 16711632.
HSL color Cylindrical-coordinate representation of color #D0FFFE: hue angle of 178.72º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFFE is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 254 | - |
CMYK | 0.18 | 0 | 0.00 | 0 |
HSL | 178.72º | 1% | 0.91% | - |
HSV(B) | 178.72º | 0.18% | 1% | - |
XYZ | 79.66 | 92.09 | 107.34 | - |
YUV | 240.83 | 135.43 | 104.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 254 | 0.18 | 0 | 0.00 | 0 | 178.72 | 1 | 0.91 |
Hex | D0 | FF | FE | 12 | 0 | 0 | 0 | B3 | 64 | 5B |
Octal | 320 | 377 | 376 | 22 | 0 | 0 | 0 | 263 | 144 | 133 |
Binary | 11010000 | 11111111 | 11111110 | 10010 | 0 | 0 | 0 | 10110011 | 1100100 | 1011011 |
Color Harmonies of #D0FFFE
Complementary color
Monochromatic Colors of #D0FFFE
Black with #D0FFFE
Text Example
Text Example
White with #D0FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFFE; }
p { color: rgb(208,255,254); }
H1.HeaderClassName
{
color: #D0FFFE;
}
.AnyTagClassName
{
color: #D0FFFE;
}
</style>
background-color css
<style>
a { background-color: #D0FFFE; }
a { background-color: rgb(208,255,254); }
div.DivClassName
{
background-color: #D0FFFE;
}
.BgClassName
{
background-color: #D0FFFE;
}
</style>
border-color css
<style>
span { border-color: #D0FFFE; }
span { border-color: rgb(208,255,254); }
td.TdClassName
{
border-color: #D0FFFE;
}
.TagClassName
{
border-color: #D0FFFE;
}
</style>