Shades of Pattens Blue #D8EFFC
Tints of Pattens Blue #D8EFFC
RGB
CMYK
RGB Variations
Color information
#D8EFFC (or 0xD8EFFC) is known color: Pattens Blue. HEX triplet: D8, EF and FC. RGB value is (216,239,252). Sum of RGB (Red+Green+Blue) = 216+239+252=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFFC is #271003. Grayscale: #E9E9E9. Windows color (decimal): -2560004 or 16576472. OLE color: 16576472.
HSL color Cylindrical-coordinate representation of color #D8EFFC: hue angle of 201.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8EFFC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 239 | 252 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.01 |
| HSL | 201.67º | 0.86% | 0.92% | - |
| HSV(B) | 201.67º | 0.14% | 0.99% | - |
| XYZ | 76.76 | 83.36 | 104.14 | - |
| YUV | 233.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 252 | 0.14 | 0.05 | 0 | 0.01 | 201.67 | 0.86 | 0.92 |
| Hex | D8 | EF | FC | E | 5 | 0 | 1 | CA | 56 | 5C |
| Octal | 330 | 357 | 374 | 16 | 5 | 0 | 1 | 312 | 126 | 134 |
| Binary | 11011000 | 11101111 | 11111100 | 1110 | 101 | 0 | 1 | 11001010 | 1010110 | 1011100 |
Color Harmonies of #D8EFFC
Complementary color
Monochromatic Colors of #D8EFFC
Black with #D8EFFC
Text Example
Text Example
White with #D8EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFFC; }
p { color: rgb(216,239,252); }
H1.HeaderClassName
{
color: #D8EFFC;
}
.AnyTagClassName
{
color: #D8EFFC;
}
</style>
background-color css
<style>
a { background-color: #D8EFFC; }
a { background-color: rgb(216,239,252); }
div.DivClassName
{
background-color: #D8EFFC;
}
.BgClassName
{
background-color: #D8EFFC;
}
</style>
border-color css
<style>
span { border-color: #D8EFFC; }
span { border-color: rgb(216,239,252); }
td.TdClassName
{
border-color: #D8EFFC;
}
.TagClassName
{
border-color: #D8EFFC;
}
</style>