Shades of Pattens Blue #D6EDFD
Tints of Pattens Blue #D6EDFD
RGB
CMYK
RGB Variations
Color information
#D6EDFD (or 0xD6EDFD) is known color: Pattens Blue. HEX triplet: D6, ED and FD. RGB value is (214,237,253). Sum of RGB (Red+Green+Blue) = 214+237+253=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDFD is #291202. Grayscale: #E7E7E7. Windows color (decimal): -2691587 or 16641494. OLE color: 16641494.
HSL color Cylindrical-coordinate representation of color #D6EDFD: hue angle of 204.62º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6EDFD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 237 | 253 | - |
CMYK | 0.15 | 0.06 | 0 | 0.01 |
HSL | 204.62º | 0.91% | 0.92% | - |
HSV(B) | 204.62º | 0.15% | 0.99% | - |
XYZ | 75.75 | 81.96 | 104.76 | - |
YUV | 231.95 | 139.88 | 115.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 237 | 253 | 0.15 | 0.06 | 0 | 0.01 | 204.62 | 0.91 | 0.92 |
Hex | D6 | ED | FD | F | 6 | 0 | 1 | CD | 5B | 5C |
Octal | 326 | 355 | 375 | 17 | 6 | 0 | 1 | 315 | 133 | 134 |
Binary | 11010110 | 11101101 | 11111101 | 1111 | 110 | 0 | 1 | 11001101 | 1011011 | 1011100 |
Color Harmonies of #D6EDFD
Complementary color
Monochromatic Colors of #D6EDFD
Black with #D6EDFD
Text Example
Text Example
White with #D6EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDFD; }
p { color: rgb(214,237,253); }
H1.HeaderClassName
{
color: #D6EDFD;
}
.AnyTagClassName
{
color: #D6EDFD;
}
</style>
background-color css
<style>
a { background-color: #D6EDFD; }
a { background-color: rgb(214,237,253); }
div.DivClassName
{
background-color: #D6EDFD;
}
.BgClassName
{
background-color: #D6EDFD;
}
</style>
border-color css
<style>
span { border-color: #D6EDFD; }
span { border-color: rgb(214,237,253); }
td.TdClassName
{
border-color: #D6EDFD;
}
.TagClassName
{
border-color: #D6EDFD;
}
</style>