Shades of Pattens Blue #CEEDF6
Tints of Pattens Blue #CEEDF6
RGB
CMYK
RGB Variations
Color information
#CEEDF6 (or 0xCEEDF6) is known color: Pattens Blue. HEX triplet: CE, ED and F6. RGB value is (206,237,246). Sum of RGB (Red+Green+Blue) = 206+237+246=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDF6 is #311209. Grayscale: #E4E4E4. Windows color (decimal): -3215882 or 16182734. OLE color: 16182734.
HSL color Cylindrical-coordinate representation of color #CEEDF6: hue angle of 193.5º 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 #CEEDF6 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 237 | 246 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.04 |
| HSL | 193.5º | 0.69% | 0.89% | - |
| HSV(B) | 193.5º | 0.16% | 0.96% | - |
| XYZ | 72.37 | 80.34 | 98.88 | - |
| YUV | 228.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 246 | 0.16 | 0.04 | 0 | 0.04 | 193.5 | 0.69 | 0.89 |
| Hex | CE | ED | F6 | 10 | 4 | 0 | 4 | C2 | 45 | 59 |
| Octal | 316 | 355 | 366 | 20 | 4 | 0 | 4 | 302 | 105 | 131 |
| Binary | 11001110 | 11101101 | 11110110 | 10000 | 100 | 0 | 100 | 11000010 | 1000101 | 1011001 |
Color Harmonies of #CEEDF6
Complementary color
Monochromatic Colors of #CEEDF6
Black with #CEEDF6
Text Example
Text Example
White with #CEEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDF6; }
p { color: rgb(206,237,246); }
H1.HeaderClassName
{
color: #CEEDF6;
}
.AnyTagClassName
{
color: #CEEDF6;
}
</style>
background-color css
<style>
a { background-color: #CEEDF6; }
a { background-color: rgb(206,237,246); }
div.DivClassName
{
background-color: #CEEDF6;
}
.BgClassName
{
background-color: #CEEDF6;
}
</style>
border-color css
<style>
span { border-color: #CEEDF6; }
span { border-color: rgb(206,237,246); }
td.TdClassName
{
border-color: #CEEDF6;
}
.TagClassName
{
border-color: #CEEDF6;
}
</style>