Shades of Pattens Blue #D5F0FE
Tints of Pattens Blue #D5F0FE
RGB
CMYK
RGB Variations
Color information
#D5F0FE (or 0xD5F0FE) is known color: Pattens Blue. HEX triplet: D5, F0 and FE. RGB value is (213,240,254). Sum of RGB (Red+Green+Blue) = 213+240+254=707 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.13% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0FE is #2A0F01. Grayscale: #E9E9E9. Windows color (decimal): -2756354 or 16707797. OLE color: 16707797.
HSL color Cylindrical-coordinate representation of color #D5F0FE: hue angle of 200.49º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5F0FE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 240 | 254 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.00 |
| HSL | 200.49º | 0.95% | 0.92% | - |
| HSV(B) | 200.49º | 0.16% | 1% | - |
| XYZ | 76.49 | 83.62 | 105.88 | - |
| YUV | 233.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 254 | 0.16 | 0.06 | 0 | 0.00 | 200.49 | 0.95 | 0.92 |
| Hex | D5 | F0 | FE | 10 | 6 | 0 | 0 | C8 | 5F | 5C |
| Octal | 325 | 360 | 376 | 20 | 6 | 0 | 0 | 310 | 137 | 134 |
| Binary | 11010101 | 11110000 | 11111110 | 10000 | 110 | 0 | 0 | 11001000 | 1011111 | 1011100 |
Color Harmonies of #D5F0FE
Complementary color
Monochromatic Colors of #D5F0FE
Black with #D5F0FE
Text Example
Text Example
White with #D5F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0FE; }
p { color: rgb(213,240,254); }
H1.HeaderClassName
{
color: #D5F0FE;
}
.AnyTagClassName
{
color: #D5F0FE;
}
</style>
background-color css
<style>
a { background-color: #D5F0FE; }
a { background-color: rgb(213,240,254); }
div.DivClassName
{
background-color: #D5F0FE;
}
.BgClassName
{
background-color: #D5F0FE;
}
</style>
border-color css
<style>
span { border-color: #D5F0FE; }
span { border-color: rgb(213,240,254); }
td.TdClassName
{
border-color: #D5F0FE;
}
.TagClassName
{
border-color: #D5F0FE;
}
</style>