Shades of Pattens Blue #D0F1FE
Tints of Pattens Blue #D0F1FE
RGB
CMYK
RGB Variations
Color information
#D0F1FE (or 0xD0F1FE) is known color: Pattens Blue. HEX triplet: D0, F1 and FE. RGB value is (208,241,254). Sum of RGB (Red+Green+Blue) = 208+241+254=703 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.59% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1FE is #2F0E01. Grayscale: #E8E8E8. Windows color (decimal): -3083778 or 16708048. OLE color: 16708048.
HSL color Cylindrical-coordinate representation of color #D0F1FE: hue angle of 196.96º 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 #D0F1FE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 241 | 254 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.00 |
| HSL | 196.96º | 0.96% | 0.91% | - |
| HSV(B) | 196.96º | 0.18% | 1% | - |
| XYZ | 75.36 | 83.48 | 105.91 | - |
| YUV | 232.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 254 | 0.18 | 0.05 | 0 | 0.00 | 196.96 | 0.96 | 0.91 |
| Hex | D0 | F1 | FE | 12 | 5 | 0 | 0 | C5 | 60 | 5B |
| Octal | 320 | 361 | 376 | 22 | 5 | 0 | 0 | 305 | 140 | 133 |
| Binary | 11010000 | 11110001 | 11111110 | 10010 | 101 | 0 | 0 | 11000101 | 1100000 | 1011011 |
Color Harmonies of #D0F1FE
Complementary color
Monochromatic Colors of #D0F1FE
Black with #D0F1FE
Text Example
Text Example
White with #D0F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1FE; }
p { color: rgb(208,241,254); }
H1.HeaderClassName
{
color: #D0F1FE;
}
.AnyTagClassName
{
color: #D0F1FE;
}
</style>
background-color css
<style>
a { background-color: #D0F1FE; }
a { background-color: rgb(208,241,254); }
div.DivClassName
{
background-color: #D0F1FE;
}
.BgClassName
{
background-color: #D0F1FE;
}
</style>
border-color css
<style>
span { border-color: #D0F1FE; }
span { border-color: rgb(208,241,254); }
td.TdClassName
{
border-color: #D0F1FE;
}
.TagClassName
{
border-color: #D0F1FE;
}
</style>