Shades of Pattens Blue #CBE9F9
Tints of Pattens Blue #CBE9F9
RGB
CMYK
RGB Variations
Color information
#CBE9F9 (or 0xCBE9F9) is known color: Pattens Blue. HEX triplet: CB, E9 and F9. RGB value is (203,233,249). Sum of RGB (Red+Green+Blue) = 203+233+249=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE9F9 is #341606. Grayscale: #E1E1E1. Windows color (decimal): -3413511 or 16378315. OLE color: 16378315.
HSL color Cylindrical-coordinate representation of color #CBE9F9: hue angle of 200.87º degrees, saturation: 0.79, 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 #CBE9F9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 203 | 233 | 249 | - |
CMYK | 0.18 | 0.06 | 0 | 0.02 |
HSL | 200.87º | 0.79% | 0.89% | - |
HSV(B) | 200.87º | 0.18% | 0.98% | - |
XYZ | 70.87 | 77.81 | 100.91 | - |
YUV | 225.85 | 141.06 | 111.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 233 | 249 | 0.18 | 0.06 | 0 | 0.02 | 200.87 | 0.79 | 0.89 |
Hex | CB | E9 | F9 | 12 | 6 | 0 | 2 | C9 | 4F | 59 |
Octal | 313 | 351 | 371 | 22 | 6 | 0 | 2 | 311 | 117 | 131 |
Binary | 11001011 | 11101001 | 11111001 | 10010 | 110 | 0 | 10 | 11001001 | 1001111 | 1011001 |
Color Harmonies of #CBE9F9
Complementary color
Monochromatic Colors of #CBE9F9
Black with #CBE9F9
Text Example
Text Example
White with #CBE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9F9; }
p { color: rgb(203,233,249); }
H1.HeaderClassName
{
color: #CBE9F9;
}
.AnyTagClassName
{
color: #CBE9F9;
}
</style>
background-color css
<style>
a { background-color: #CBE9F9; }
a { background-color: rgb(203,233,249); }
div.DivClassName
{
background-color: #CBE9F9;
}
.BgClassName
{
background-color: #CBE9F9;
}
</style>
border-color css
<style>
span { border-color: #CBE9F9; }
span { border-color: rgb(203,233,249); }
td.TdClassName
{
border-color: #CBE9F9;
}
.TagClassName
{
border-color: #CBE9F9;
}
</style>