Shades of Pattens Blue #CEEEFA
Tints of Pattens Blue #CEEEFA
RGB
CMYK
RGB Variations
Color information
#CEEEFA (or 0xCEEEFA) is known color: Pattens Blue. HEX triplet: CE, EE and FA. RGB value is (206,238,250). Sum of RGB (Red+Green+Blue) = 206+238+250=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEFA is #311105. Grayscale: #E5E5E5. Windows color (decimal): -3215622 or 16445134. OLE color: 16445134.
HSL color Cylindrical-coordinate representation of color #CEEEFA: hue angle of 196.36º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEEFA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 238 | 250 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.02 |
| HSL | 196.36º | 0.81% | 0.89% | - |
| HSV(B) | 196.36º | 0.18% | 0.98% | - |
| XYZ | 73.28 | 81.17 | 102.25 | - |
| YUV | 229.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 250 | 0.18 | 0.05 | 0 | 0.02 | 196.36 | 0.81 | 0.89 |
| Hex | CE | EE | FA | 12 | 5 | 0 | 2 | C4 | 51 | 59 |
| Octal | 316 | 356 | 372 | 22 | 5 | 0 | 2 | 304 | 121 | 131 |
| Binary | 11001110 | 11101110 | 11111010 | 10010 | 101 | 0 | 10 | 11000100 | 1010001 | 1011001 |
Color Harmonies of #CEEEFA
Complementary color
Monochromatic Colors of #CEEEFA
Black with #CEEEFA
Text Example
Text Example
White with #CEEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEFA; }
p { color: rgb(206,238,250); }
H1.HeaderClassName
{
color: #CEEEFA;
}
.AnyTagClassName
{
color: #CEEEFA;
}
</style>
background-color css
<style>
a { background-color: #CEEEFA; }
a { background-color: rgb(206,238,250); }
div.DivClassName
{
background-color: #CEEEFA;
}
.BgClassName
{
background-color: #CEEEFA;
}
</style>
border-color css
<style>
span { border-color: #CEEEFA; }
span { border-color: rgb(206,238,250); }
td.TdClassName
{
border-color: #CEEEFA;
}
.TagClassName
{
border-color: #CEEEFA;
}
</style>