Shades of Pattens Blue #D5EAFB
Tints of Pattens Blue #D5EAFB
RGB
CMYK
RGB Variations
Color information
#D5EAFB (or 0xD5EAFB) is known color: Pattens Blue. HEX triplet: D5, EA and FB. RGB value is (213,234,251). Sum of RGB (Red+Green+Blue) = 213+234+251=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAFB is #2A1504. Grayscale: #E5E5E5. Windows color (decimal): -2757893 or 16509653. OLE color: 16509653.
HSL color Cylindrical-coordinate representation of color #D5EAFB: hue angle of 206.84º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5EAFB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 234 | 251 | - |
CMYK | 0.15 | 0.07 | 0 | 0.02 |
HSL | 206.84º | 0.83% | 0.91% | - |
HSV(B) | 206.84º | 0.15% | 0.98% | - |
XYZ | 74.28 | 79.96 | 102.79 | - |
YUV | 229.66 | 140.04 | 116.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 234 | 251 | 0.15 | 0.07 | 0 | 0.02 | 206.84 | 0.83 | 0.91 |
Hex | D5 | EA | FB | F | 7 | 0 | 2 | CF | 53 | 5B |
Octal | 325 | 352 | 373 | 17 | 7 | 0 | 2 | 317 | 123 | 133 |
Binary | 11010101 | 11101010 | 11111011 | 1111 | 111 | 0 | 10 | 11001111 | 1010011 | 1011011 |
Color Harmonies of #D5EAFB
Complementary color
Monochromatic Colors of #D5EAFB
Black with #D5EAFB
Text Example
Text Example
White with #D5EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EAFB; }
p { color: rgb(213,234,251); }
H1.HeaderClassName
{
color: #D5EAFB;
}
.AnyTagClassName
{
color: #D5EAFB;
}
</style>
background-color css
<style>
a { background-color: #D5EAFB; }
a { background-color: rgb(213,234,251); }
div.DivClassName
{
background-color: #D5EAFB;
}
.BgClassName
{
background-color: #D5EAFB;
}
</style>
border-color css
<style>
span { border-color: #D5EAFB; }
span { border-color: rgb(213,234,251); }
td.TdClassName
{
border-color: #D5EAFB;
}
.TagClassName
{
border-color: #D5EAFB;
}
</style>