Shades of Pattens Blue #CEEBFC
Tints of Pattens Blue #CEEBFC
RGB
CMYK
RGB Variations
Color information
#CEEBFC (or 0xCEEBFC) is known color: Pattens Blue. HEX triplet: CE, EB and FC. RGB value is (206,235,252). Sum of RGB (Red+Green+Blue) = 206+235+252=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBFC is #311403. Grayscale: #E4E4E4. Windows color (decimal): -3216388 or 16575438. OLE color: 16575438.
HSL color Cylindrical-coordinate representation of color #CEEBFC: hue angle of 202.17º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEBFC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 235 | 252 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.01 |
| HSL | 202.17º | 0.88% | 0.9% | - |
| HSV(B) | 202.17º | 0.18% | 0.99% | - |
| XYZ | 72.73 | 79.57 | 103.62 | - |
| YUV | 228.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 252 | 0.18 | 0.07 | 0 | 0.01 | 202.17 | 0.88 | 0.9 |
| Hex | CE | EB | FC | 12 | 7 | 0 | 1 | CA | 58 | 5A |
| Octal | 316 | 353 | 374 | 22 | 7 | 0 | 1 | 312 | 130 | 132 |
| Binary | 11001110 | 11101011 | 11111100 | 10010 | 111 | 0 | 1 | 11001010 | 1011000 | 1011010 |
Color Harmonies of #CEEBFC
Complementary color
Monochromatic Colors of #CEEBFC
Black with #CEEBFC
Text Example
Text Example
White with #CEEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBFC; }
p { color: rgb(206,235,252); }
H1.HeaderClassName
{
color: #CEEBFC;
}
.AnyTagClassName
{
color: #CEEBFC;
}
</style>
background-color css
<style>
a { background-color: #CEEBFC; }
a { background-color: rgb(206,235,252); }
div.DivClassName
{
background-color: #CEEBFC;
}
.BgClassName
{
background-color: #CEEBFC;
}
</style>
border-color css
<style>
span { border-color: #CEEBFC; }
span { border-color: rgb(206,235,252); }
td.TdClassName
{
border-color: #CEEBFC;
}
.TagClassName
{
border-color: #CEEBFC;
}
</style>