Shades of Pattens Blue #CBE9F8
Tints of Pattens Blue #CBE9F8
RGB
CMYK
RGB Variations
Color information
#CBE9F8 (or 0xCBE9F8) is known color: Pattens Blue. HEX triplet: CB, E9 and F8. RGB value is (203,233,248). Sum of RGB (Red+Green+Blue) = 203+233+248=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE9F8 is #341607. Grayscale: #E1E1E1. Windows color (decimal): -3413512 or 16312779. OLE color: 16312779.
HSL color Cylindrical-coordinate representation of color #CBE9F8: hue angle of 200º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE9F8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 203 | 233 | 248 | - |
CMYK | 0.18 | 0.06 | 0 | 0.03 |
HSL | 200º | 0.76% | 0.88% | - |
HSV(B) | 200º | 0.18% | 0.97% | - |
XYZ | 70.71 | 77.75 | 100.09 | - |
YUV | 225.74 | 140.56 | 111.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 233 | 248 | 0.18 | 0.06 | 0 | 0.03 | 200 | 0.76 | 0.88 |
Hex | CB | E9 | F8 | 12 | 6 | 0 | 3 | C8 | 4C | 58 |
Octal | 313 | 351 | 370 | 22 | 6 | 0 | 3 | 310 | 114 | 130 |
Binary | 11001011 | 11101001 | 11111000 | 10010 | 110 | 0 | 11 | 11001000 | 1001100 | 1011000 |
Color Harmonies of #CBE9F8
Complementary color
Monochromatic Colors of #CBE9F8
Black with #CBE9F8
Text Example
Text Example
White with #CBE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9F8; }
p { color: rgb(203,233,248); }
H1.HeaderClassName
{
color: #CBE9F8;
}
.AnyTagClassName
{
color: #CBE9F8;
}
</style>
background-color css
<style>
a { background-color: #CBE9F8; }
a { background-color: rgb(203,233,248); }
div.DivClassName
{
background-color: #CBE9F8;
}
.BgClassName
{
background-color: #CBE9F8;
}
</style>
border-color css
<style>
span { border-color: #CBE9F8; }
span { border-color: rgb(203,233,248); }
td.TdClassName
{
border-color: #CBE9F8;
}
.TagClassName
{
border-color: #CBE9F8;
}
</style>