Shades of Pattens Blue #CEE5F5
Tints of Pattens Blue #CEE5F5
RGB
CMYK
RGB Variations
Color information
#CEE5F5 (or 0xCEE5F5) is known color: Pattens Blue. HEX triplet: CE, E5 and F5. RGB value is (206,229,245). Sum of RGB (Red+Green+Blue) = 206+229+245=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEE5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5F5 is #311A0A. Grayscale: #DFDFDF. Windows color (decimal): -3217931 or 16115150. OLE color: 16115150.
HSL color Cylindrical-coordinate representation of color #CEE5F5: hue angle of 204.62º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE5F5 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 229 | 245 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.04 |
| HSL | 204.62º | 0.66% | 0.88% | - |
| HSV(B) | 204.62º | 0.16% | 0.96% | - |
| XYZ | 69.95 | 75.75 | 97.32 | - |
| YUV | 223.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 245 | 0.16 | 0.07 | 0 | 0.04 | 204.62 | 0.66 | 0.88 |
| Hex | CE | E5 | F5 | 10 | 7 | 0 | 4 | CD | 42 | 58 |
| Octal | 316 | 345 | 365 | 20 | 7 | 0 | 4 | 315 | 102 | 130 |
| Binary | 11001110 | 11100101 | 11110101 | 10000 | 111 | 0 | 100 | 11001101 | 1000010 | 1011000 |
Color Harmonies of #CEE5F5
Complementary color
Monochromatic Colors of #CEE5F5
Black with #CEE5F5
Text Example
Text Example
White with #CEE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5F5; }
p { color: rgb(206,229,245); }
H1.HeaderClassName
{
color: #CEE5F5;
}
.AnyTagClassName
{
color: #CEE5F5;
}
</style>
background-color css
<style>
a { background-color: #CEE5F5; }
a { background-color: rgb(206,229,245); }
div.DivClassName
{
background-color: #CEE5F5;
}
.BgClassName
{
background-color: #CEE5F5;
}
</style>
border-color css
<style>
span { border-color: #CEE5F5; }
span { border-color: rgb(206,229,245); }
td.TdClassName
{
border-color: #CEE5F5;
}
.TagClassName
{
border-color: #CEE5F5;
}
</style>