Shades of Light Cyan #D1FBFE
Tints of Light Cyan #D1FBFE
RGB
CMYK
RGB Variations
Color information
#D1FBFE (or 0xD1FBFE) is known color: Light Cyan. HEX triplet: D1, FB and FE. RGB value is (209,251,254). Sum of RGB (Red+Green+Blue) = 209+251+254=714 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.27% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FBFE is #2E0401. Grayscale: #EEEEEE. Windows color (decimal): -3015682 or 16710609. OLE color: 16710609.
HSL color Cylindrical-coordinate representation of color #D1FBFE: hue angle of 184º 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 #D1FBFE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 251 | 254 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.00 |
| HSL | 184º | 0.96% | 0.91% | - |
| HSV(B) | 184º | 0.18% | 1% | - |
| XYZ | 78.68 | 89.71 | 106.93 | - |
| YUV | 238.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 254 | 0.18 | 0.01 | 0 | 0.00 | 184 | 0.96 | 0.91 |
| Hex | D1 | FB | FE | 12 | 1 | 0 | 0 | B8 | 60 | 5B |
| Octal | 321 | 373 | 376 | 22 | 1 | 0 | 0 | 270 | 140 | 133 |
| Binary | 11010001 | 11111011 | 11111110 | 10010 | 1 | 0 | 0 | 10111000 | 1100000 | 1011011 |
Color Harmonies of #D1FBFE
Complementary color
Monochromatic Colors of #D1FBFE
Black with #D1FBFE
Text Example
Text Example
White with #D1FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FBFE; }
p { color: rgb(209,251,254); }
H1.HeaderClassName
{
color: #D1FBFE;
}
.AnyTagClassName
{
color: #D1FBFE;
}
</style>
background-color css
<style>
a { background-color: #D1FBFE; }
a { background-color: rgb(209,251,254); }
div.DivClassName
{
background-color: #D1FBFE;
}
.BgClassName
{
background-color: #D1FBFE;
}
</style>
border-color css
<style>
span { border-color: #D1FBFE; }
span { border-color: rgb(209,251,254); }
td.TdClassName
{
border-color: #D1FBFE;
}
.TagClassName
{
border-color: #D1FBFE;
}
</style>