Shades of Pattens Blue #CEE5F2
Tints of Pattens Blue #CEE5F2
RGB
CMYK
RGB Variations
Color information
#CEE5F2 (or 0xCEE5F2) is known color: Pattens Blue. HEX triplet: CE, E5 and F2. RGB value is (206,229,242). Sum of RGB (Red+Green+Blue) = 206+229+242=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5F2 is #311A0D. Grayscale: #DFDFDF. Windows color (decimal): -3217934 or 15918542. OLE color: 15918542.
HSL color Cylindrical-coordinate representation of color #CEE5F2: hue angle of 201.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE5F2 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 229 | 242 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 201.67º | 0.58% | 0.88% | - |
| HSV(B) | 201.67º | 0.15% | 0.95% | - |
| XYZ | 69.5 | 75.57 | 94.93 | - |
| YUV | 223.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 242 | 0.15 | 0.05 | 0 | 0.05 | 201.67 | 0.58 | 0.88 |
| Hex | CE | E5 | F2 | F | 5 | 0 | 5 | CA | 3A | 58 |
| Octal | 316 | 345 | 362 | 17 | 5 | 0 | 5 | 312 | 72 | 130 |
| Binary | 11001110 | 11100101 | 11110010 | 1111 | 101 | 0 | 101 | 11001010 | 111010 | 1011000 |
Color Harmonies of #CEE5F2
Complementary color
Monochromatic Colors of #CEE5F2
Black with #CEE5F2
Text Example
Text Example
White with #CEE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5F2; }
p { color: rgb(206,229,242); }
H1.HeaderClassName
{
color: #CEE5F2;
}
.AnyTagClassName
{
color: #CEE5F2;
}
</style>
background-color css
<style>
a { background-color: #CEE5F2; }
a { background-color: rgb(206,229,242); }
div.DivClassName
{
background-color: #CEE5F2;
}
.BgClassName
{
background-color: #CEE5F2;
}
</style>
border-color css
<style>
span { border-color: #CEE5F2; }
span { border-color: rgb(206,229,242); }
td.TdClassName
{
border-color: #CEE5F2;
}
.TagClassName
{
border-color: #CEE5F2;
}
</style>