Shades of Pattens Blue #D5EAFF
Tints of Pattens Blue #D5EAFF
RGB
CMYK
RGB Variations
Color information
#D5EAFF (or 0xD5EAFF) is known color: Pattens Blue. HEX triplet: D5, EA and FF. RGB value is (213,234,255). Sum of RGB (Red+Green+Blue) = 213+234+255=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAFF is #2A1500. Grayscale: #E6E6E6. Windows color (decimal): -2757889 or 16771797. OLE color: 16771797.
HSL color Cylindrical-coordinate representation of color #D5EAFF: hue angle of 210º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EAFF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 234 | 255 | - |
| CMYK | 0.16 | 0.08 | 0 | 0 |
| HSL | 210º | 1% | 0.92% | - |
| HSV(B) | 210º | 0.16% | 1% | - |
| XYZ | 74.91 | 80.21 | 106.14 | - |
| YUV | 230.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 234 | 255 | 0.16 | 0.08 | 0 | 0 | 210 | 1 | 0.92 |
| Hex | D5 | EA | FF | 10 | 8 | 0 | 0 | D2 | 64 | 5C |
| Octal | 325 | 352 | 377 | 20 | 10 | 0 | 0 | 322 | 144 | 134 |
| Binary | 11010101 | 11101010 | 11111111 | 10000 | 1000 | 0 | 0 | 11010010 | 1100100 | 1011100 |
Color Harmonies of #D5EAFF
Complementary color
Monochromatic Colors of #D5EAFF
Black with #D5EAFF
Text Example
Text Example
White with #D5EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EAFF; }
p { color: rgb(213,234,255); }
H1.HeaderClassName
{
color: #D5EAFF;
}
.AnyTagClassName
{
color: #D5EAFF;
}
</style>
background-color css
<style>
a { background-color: #D5EAFF; }
a { background-color: rgb(213,234,255); }
div.DivClassName
{
background-color: #D5EAFF;
}
.BgClassName
{
background-color: #D5EAFF;
}
</style>
border-color css
<style>
span { border-color: #D5EAFF; }
span { border-color: rgb(213,234,255); }
td.TdClassName
{
border-color: #D5EAFF;
}
.TagClassName
{
border-color: #D5EAFF;
}
</style>