Shades of Pattens Blue #CEEEF8
Tints of Pattens Blue #CEEEF8
RGB
CMYK
RGB Variations
Color information
#CEEEF8 (or 0xCEEEF8) is known color: Pattens Blue. HEX triplet: CE, EE and F8. RGB value is (206,238,248). Sum of RGB (Red+Green+Blue) = 206+238+248=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEF8 is #311107. Grayscale: #E5E5E5. Windows color (decimal): -3215624 or 16314062. OLE color: 16314062.
HSL color Cylindrical-coordinate representation of color #CEEEF8: hue angle of 194.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEEF8 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 238 | 248 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.03 |
| HSL | 194.29º | 0.75% | 0.89% | - |
| HSV(B) | 194.29º | 0.17% | 0.97% | - |
| XYZ | 72.97 | 81.05 | 100.6 | - |
| YUV | 229.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 248 | 0.17 | 0.04 | 0 | 0.03 | 194.29 | 0.75 | 0.89 |
| Hex | CE | EE | F8 | 11 | 4 | 0 | 3 | C2 | 4B | 59 |
| Octal | 316 | 356 | 370 | 21 | 4 | 0 | 3 | 302 | 113 | 131 |
| Binary | 11001110 | 11101110 | 11111000 | 10001 | 100 | 0 | 11 | 11000010 | 1001011 | 1011001 |
Color Harmonies of #CEEEF8
Complementary color
Monochromatic Colors of #CEEEF8
Black with #CEEEF8
Text Example
Text Example
White with #CEEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEF8; }
p { color: rgb(206,238,248); }
H1.HeaderClassName
{
color: #CEEEF8;
}
.AnyTagClassName
{
color: #CEEEF8;
}
</style>
background-color css
<style>
a { background-color: #CEEEF8; }
a { background-color: rgb(206,238,248); }
div.DivClassName
{
background-color: #CEEEF8;
}
.BgClassName
{
background-color: #CEEEF8;
}
</style>
border-color css
<style>
span { border-color: #CEEEF8; }
span { border-color: rgb(206,238,248); }
td.TdClassName
{
border-color: #CEEEF8;
}
.TagClassName
{
border-color: #CEEEF8;
}
</style>