Shades of Pattens Blue #CEEDFA
Tints of Pattens Blue #CEEDFA
RGB
CMYK
RGB Variations
Color information
#CEEDFA (or 0xCEEDFA) is known color: Pattens Blue. HEX triplet: CE, ED and FA. RGB value is (206,237,250). Sum of RGB (Red+Green+Blue) = 206+237+250=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDFA is #311205. Grayscale: #E5E5E5. Windows color (decimal): -3215878 or 16444878. OLE color: 16444878.
HSL color Cylindrical-coordinate representation of color #CEEDFA: hue angle of 197.73º 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 #CEEDFA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 237 | 250 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.02 |
| HSL | 197.73º | 0.81% | 0.89% | - |
| HSV(B) | 197.73º | 0.18% | 0.98% | - |
| XYZ | 72.99 | 80.59 | 102.15 | - |
| YUV | 229.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 250 | 0.18 | 0.05 | 0 | 0.02 | 197.73 | 0.81 | 0.89 |
| Hex | CE | ED | FA | 12 | 5 | 0 | 2 | C6 | 51 | 59 |
| Octal | 316 | 355 | 372 | 22 | 5 | 0 | 2 | 306 | 121 | 131 |
| Binary | 11001110 | 11101101 | 11111010 | 10010 | 101 | 0 | 10 | 11000110 | 1010001 | 1011001 |
Color Harmonies of #CEEDFA
Complementary color
Monochromatic Colors of #CEEDFA
Black with #CEEDFA
Text Example
Text Example
White with #CEEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDFA; }
p { color: rgb(206,237,250); }
H1.HeaderClassName
{
color: #CEEDFA;
}
.AnyTagClassName
{
color: #CEEDFA;
}
</style>
background-color css
<style>
a { background-color: #CEEDFA; }
a { background-color: rgb(206,237,250); }
div.DivClassName
{
background-color: #CEEDFA;
}
.BgClassName
{
background-color: #CEEDFA;
}
</style>
border-color css
<style>
span { border-color: #CEEDFA; }
span { border-color: rgb(206,237,250); }
td.TdClassName
{
border-color: #CEEDFA;
}
.TagClassName
{
border-color: #CEEDFA;
}
</style>