Shades of Pattens Blue #CEEDFB
Tints of Pattens Blue #CEEDFB
RGB
CMYK
RGB Variations
Color information
#CEEDFB (or 0xCEEDFB) is known color: Pattens Blue. HEX triplet: CE, ED and FB. RGB value is (206,237,251). Sum of RGB (Red+Green+Blue) = 206+237+251=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDFB is #311204. Grayscale: #E5E5E5. Windows color (decimal): -3215877 or 16510414. OLE color: 16510414.
HSL color Cylindrical-coordinate representation of color #CEEDFB: hue angle of 198.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEDFB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 237 | 251 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.02 |
| HSL | 198.67º | 0.85% | 0.9% | - |
| HSV(B) | 198.67º | 0.18% | 0.98% | - |
| XYZ | 73.15 | 80.66 | 102.98 | - |
| YUV | 229.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 251 | 0.18 | 0.06 | 0 | 0.02 | 198.67 | 0.85 | 0.9 |
| Hex | CE | ED | FB | 12 | 6 | 0 | 2 | C7 | 55 | 5A |
| Octal | 316 | 355 | 373 | 22 | 6 | 0 | 2 | 307 | 125 | 132 |
| Binary | 11001110 | 11101101 | 11111011 | 10010 | 110 | 0 | 10 | 11000111 | 1010101 | 1011010 |
Color Harmonies of #CEEDFB
Complementary color
Monochromatic Colors of #CEEDFB
Black with #CEEDFB
Text Example
Text Example
White with #CEEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDFB; }
p { color: rgb(206,237,251); }
H1.HeaderClassName
{
color: #CEEDFB;
}
.AnyTagClassName
{
color: #CEEDFB;
}
</style>
background-color css
<style>
a { background-color: #CEEDFB; }
a { background-color: rgb(206,237,251); }
div.DivClassName
{
background-color: #CEEDFB;
}
.BgClassName
{
background-color: #CEEDFB;
}
</style>
border-color css
<style>
span { border-color: #CEEDFB; }
span { border-color: rgb(206,237,251); }
td.TdClassName
{
border-color: #CEEDFB;
}
.TagClassName
{
border-color: #CEEDFB;
}
</style>