Shades of Pattens Blue #CEEDFF
Tints of Pattens Blue #CEEDFF
RGB
CMYK
RGB Variations
Color information
#CEEDFF (or 0xCEEDFF) is known color: Pattens Blue. HEX triplet: CE, ED and FF. RGB value is (206,237,255). Sum of RGB (Red+Green+Blue) = 206+237+255=698 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.51% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDFF is #311200. Grayscale: #E5E5E5. Windows color (decimal): -3215873 or 16772558. OLE color: 16772558.
HSL color Cylindrical-coordinate representation of color #CEEDFF: hue angle of 202.04º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEDFF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 237 | 255 | - |
| CMYK | 0.19 | 0.07 | 0 | 0 |
| HSL | 202.04º | 1% | 0.9% | - |
| HSV(B) | 202.04º | 0.19% | 1% | - |
| XYZ | 73.79 | 80.91 | 106.34 | - |
| YUV | 229.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 255 | 0.19 | 0.07 | 0 | 0 | 202.04 | 1 | 0.9 |
| Hex | CE | ED | FF | 13 | 7 | 0 | 0 | CA | 64 | 5A |
| Octal | 316 | 355 | 377 | 23 | 7 | 0 | 0 | 312 | 144 | 132 |
| Binary | 11001110 | 11101101 | 11111111 | 10011 | 111 | 0 | 0 | 11001010 | 1100100 | 1011010 |
Color Harmonies of #CEEDFF
Complementary color
Monochromatic Colors of #CEEDFF
Black with #CEEDFF
Text Example
Text Example
White with #CEEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDFF; }
p { color: rgb(206,237,255); }
H1.HeaderClassName
{
color: #CEEDFF;
}
.AnyTagClassName
{
color: #CEEDFF;
}
</style>
background-color css
<style>
a { background-color: #CEEDFF; }
a { background-color: rgb(206,237,255); }
div.DivClassName
{
background-color: #CEEDFF;
}
.BgClassName
{
background-color: #CEEDFF;
}
</style>
border-color css
<style>
span { border-color: #CEEDFF; }
span { border-color: rgb(206,237,255); }
td.TdClassName
{
border-color: #CEEDFF;
}
.TagClassName
{
border-color: #CEEDFF;
}
</style>