Shades of Pattens Blue #CEEAF6
Tints of Pattens Blue #CEEAF6
RGB
CMYK
RGB Variations
Color information
#CEEAF6 (or 0xCEEAF6) is known color: Pattens Blue. HEX triplet: CE, EA and F6. RGB value is (206,234,246). Sum of RGB (Red+Green+Blue) = 206+234+246=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF6 is #311509. Grayscale: #E2E2E2. Windows color (decimal): -3216650 or 16181966. OLE color: 16181966.
HSL color Cylindrical-coordinate representation of color #CEEAF6: hue angle of 198º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEEAF6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 206 | 234 | 246 | - |
CMYK | 0.16 | 0.05 | 0 | 0.04 |
HSL | 198º | 0.69% | 0.89% | - |
HSV(B) | 198º | 0.16% | 0.96% | - |
XYZ | 71.51 | 78.62 | 98.6 | - |
YUV | 227 | 138.72 | 113.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 234 | 246 | 0.16 | 0.05 | 0 | 0.04 | 198 | 0.69 | 0.89 |
Hex | CE | EA | F6 | 10 | 5 | 0 | 4 | C6 | 45 | 59 |
Octal | 316 | 352 | 366 | 20 | 5 | 0 | 4 | 306 | 105 | 131 |
Binary | 11001110 | 11101010 | 11110110 | 10000 | 101 | 0 | 100 | 11000110 | 1000101 | 1011001 |
Color Harmonies of #CEEAF6
Complementary color
Monochromatic Colors of #CEEAF6
Black with #CEEAF6
Text Example
Text Example
White with #CEEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAF6; }
p { color: rgb(206,234,246); }
H1.HeaderClassName
{
color: #CEEAF6;
}
.AnyTagClassName
{
color: #CEEAF6;
}
</style>
background-color css
<style>
a { background-color: #CEEAF6; }
a { background-color: rgb(206,234,246); }
div.DivClassName
{
background-color: #CEEAF6;
}
.BgClassName
{
background-color: #CEEAF6;
}
</style>
border-color css
<style>
span { border-color: #CEEAF6; }
span { border-color: rgb(206,234,246); }
td.TdClassName
{
border-color: #CEEAF6;
}
.TagClassName
{
border-color: #CEEAF6;
}
</style>