Shades of Pattens Blue #CEEAF5
Tints of Pattens Blue #CEEAF5
RGB
CMYK
RGB Variations
Color information
#CEEAF5 (or 0xCEEAF5) is known color: Pattens Blue. HEX triplet: CE, EA and F5. RGB value is (206,234,245). Sum of RGB (Red+Green+Blue) = 206+234+245=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF5 is #31150A. Grayscale: #E2E2E2. Windows color (decimal): -3216651 or 16116430. OLE color: 16116430.
HSL color Cylindrical-coordinate representation of color #CEEAF5: hue angle of 196.92º 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 #CEEAF5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 234 | 245 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.04 |
| HSL | 196.92º | 0.66% | 0.88% | - |
| HSV(B) | 196.92º | 0.16% | 0.96% | - |
| XYZ | 71.36 | 78.56 | 97.79 | - |
| YUV | 226.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 245 | 0.16 | 0.04 | 0 | 0.04 | 196.92 | 0.66 | 0.88 |
| Hex | CE | EA | F5 | 10 | 4 | 0 | 4 | C5 | 42 | 58 |
| Octal | 316 | 352 | 365 | 20 | 4 | 0 | 4 | 305 | 102 | 130 |
| Binary | 11001110 | 11101010 | 11110101 | 10000 | 100 | 0 | 100 | 11000101 | 1000010 | 1011000 |
Color Harmonies of #CEEAF5
Complementary color
Monochromatic Colors of #CEEAF5
Black with #CEEAF5
Text Example
Text Example
White with #CEEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAF5; }
p { color: rgb(206,234,245); }
H1.HeaderClassName
{
color: #CEEAF5;
}
.AnyTagClassName
{
color: #CEEAF5;
}
</style>
background-color css
<style>
a { background-color: #CEEAF5; }
a { background-color: rgb(206,234,245); }
div.DivClassName
{
background-color: #CEEAF5;
}
.BgClassName
{
background-color: #CEEAF5;
}
</style>
border-color css
<style>
span { border-color: #CEEAF5; }
span { border-color: rgb(206,234,245); }
td.TdClassName
{
border-color: #CEEAF5;
}
.TagClassName
{
border-color: #CEEAF5;
}
</style>