Shades of Pattens Blue #CEEAF3
Tints of Pattens Blue #CEEAF3
RGB
CMYK
RGB Variations
Color information
#CEEAF3 (or 0xCEEAF3) is known color: Pattens Blue. HEX triplet: CE, EA and F3. RGB value is (206,234,243). Sum of RGB (Red+Green+Blue) = 206+234+243=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF3 is #31150C. Grayscale: #E2E2E2. Windows color (decimal): -3216653 or 15985358. OLE color: 15985358.
HSL color Cylindrical-coordinate representation of color #CEEAF3: hue angle of 194.59º degrees, saturation: 0.61, 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 #CEEAF3 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 234 | 243 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 194.59º | 0.61% | 0.88% | - |
| HSV(B) | 194.59º | 0.15% | 0.95% | - |
| XYZ | 71.05 | 78.44 | 96.19 | - |
| YUV | 226.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 243 | 0.15 | 0.04 | 0 | 0.05 | 194.59 | 0.61 | 0.88 |
| Hex | CE | EA | F3 | F | 4 | 0 | 5 | C3 | 3D | 58 |
| Octal | 316 | 352 | 363 | 17 | 4 | 0 | 5 | 303 | 75 | 130 |
| Binary | 11001110 | 11101010 | 11110011 | 1111 | 100 | 0 | 101 | 11000011 | 111101 | 1011000 |
Color Harmonies of #CEEAF3
Complementary color
Monochromatic Colors of #CEEAF3
Black with #CEEAF3
Text Example
Text Example
White with #CEEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAF3; }
p { color: rgb(206,234,243); }
H1.HeaderClassName
{
color: #CEEAF3;
}
.AnyTagClassName
{
color: #CEEAF3;
}
</style>
background-color css
<style>
a { background-color: #CEEAF3; }
a { background-color: rgb(206,234,243); }
div.DivClassName
{
background-color: #CEEAF3;
}
.BgClassName
{
background-color: #CEEAF3;
}
</style>
border-color css
<style>
span { border-color: #CEEAF3; }
span { border-color: rgb(206,234,243); }
td.TdClassName
{
border-color: #CEEAF3;
}
.TagClassName
{
border-color: #CEEAF3;
}
</style>