Shades of Pattens Blue #CEEDFC
Tints of Pattens Blue #CEEDFC
RGB
CMYK
RGB Variations
Color information
#CEEDFC (or 0xCEEDFC) is known color: Pattens Blue. HEX triplet: CE, ED and FC. RGB value is (206,237,252). Sum of RGB (Red+Green+Blue) = 206+237+252=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDFC is #311203. Grayscale: #E5E5E5. Windows color (decimal): -3215876 or 16575950. OLE color: 16575950.
HSL color Cylindrical-coordinate representation of color #CEEDFC: hue angle of 199.57º 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 #CEEDFC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 237 | 252 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.01 |
| HSL | 199.57º | 0.88% | 0.9% | - |
| HSV(B) | 199.57º | 0.18% | 0.99% | - |
| XYZ | 73.31 | 80.72 | 103.81 | - |
| YUV | 229.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 252 | 0.18 | 0.06 | 0 | 0.01 | 199.57 | 0.88 | 0.9 |
| Hex | CE | ED | FC | 12 | 6 | 0 | 1 | C8 | 58 | 5A |
| Octal | 316 | 355 | 374 | 22 | 6 | 0 | 1 | 310 | 130 | 132 |
| Binary | 11001110 | 11101101 | 11111100 | 10010 | 110 | 0 | 1 | 11001000 | 1011000 | 1011010 |
Color Harmonies of #CEEDFC
Complementary color
Monochromatic Colors of #CEEDFC
Black with #CEEDFC
Text Example
Text Example
White with #CEEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDFC; }
p { color: rgb(206,237,252); }
H1.HeaderClassName
{
color: #CEEDFC;
}
.AnyTagClassName
{
color: #CEEDFC;
}
</style>
background-color css
<style>
a { background-color: #CEEDFC; }
a { background-color: rgb(206,237,252); }
div.DivClassName
{
background-color: #CEEDFC;
}
.BgClassName
{
background-color: #CEEDFC;
}
</style>
border-color css
<style>
span { border-color: #CEEDFC; }
span { border-color: rgb(206,237,252); }
td.TdClassName
{
border-color: #CEEDFC;
}
.TagClassName
{
border-color: #CEEDFC;
}
</style>