Shades of Pattens Blue #D5EBFD
Tints of Pattens Blue #D5EBFD
RGB
CMYK
RGB Variations
Color information
#D5EBFD (or 0xD5EBFD) is known color: Pattens Blue. HEX triplet: D5, EB and FD. RGB value is (213,235,253). Sum of RGB (Red+Green+Blue) = 213+235+253=701 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.39% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBFD is #2A1402. Grayscale: #E6E6E6. Windows color (decimal): -2757635 or 16640981. OLE color: 16640981.
HSL color Cylindrical-coordinate representation of color #D5EBFD: hue angle of 207º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EBFD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 235 | 253 | - |
CMYK | 0.16 | 0.07 | 0 | 0.01 |
HSL | 207º | 0.91% | 0.91% | - |
HSV(B) | 207º | 0.16% | 0.99% | - |
XYZ | 74.88 | 80.65 | 104.55 | - |
YUV | 230.47 | 140.71 | 115.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 253 | 0.16 | 0.07 | 0 | 0.01 | 207 | 0.91 | 0.91 |
Hex | D5 | EB | FD | 10 | 7 | 0 | 1 | CF | 5B | 5B |
Octal | 325 | 353 | 375 | 20 | 7 | 0 | 1 | 317 | 133 | 133 |
Binary | 11010101 | 11101011 | 11111101 | 10000 | 111 | 0 | 1 | 11001111 | 1011011 | 1011011 |
Color Harmonies of #D5EBFD
Complementary color
Monochromatic Colors of #D5EBFD
Black with #D5EBFD
Text Example
Text Example
White with #D5EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBFD; }
p { color: rgb(213,235,253); }
H1.HeaderClassName
{
color: #D5EBFD;
}
.AnyTagClassName
{
color: #D5EBFD;
}
</style>
background-color css
<style>
a { background-color: #D5EBFD; }
a { background-color: rgb(213,235,253); }
div.DivClassName
{
background-color: #D5EBFD;
}
.BgClassName
{
background-color: #D5EBFD;
}
</style>
border-color css
<style>
span { border-color: #D5EBFD; }
span { border-color: rgb(213,235,253); }
td.TdClassName
{
border-color: #D5EBFD;
}
.TagClassName
{
border-color: #D5EBFD;
}
</style>