Shades of Pattens Blue #CBEAF8
Tints of Pattens Blue #CBEAF8
RGB
CMYK
RGB Variations
Color information
#CBEAF8 (or 0xCBEAF8) is known color: Pattens Blue. HEX triplet: CB, EA and F8. RGB value is (203,234,248). Sum of RGB (Red+Green+Blue) = 203+234+248=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF8 is #341507. Grayscale: #E2E2E2. Windows color (decimal): -3413256 or 16313035. OLE color: 16313035.
HSL color Cylindrical-coordinate representation of color #CBEAF8: hue angle of 198.67º 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 #CBEAF8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 234 | 248 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.03 |
| HSL | 198.67º | 0.76% | 0.88% | - |
| HSV(B) | 198.67º | 0.18% | 0.97% | - |
| XYZ | 70.99 | 78.32 | 100.18 | - |
| YUV | 226.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 248 | 0.18 | 0.06 | 0 | 0.03 | 198.67 | 0.76 | 0.88 |
| Hex | CB | EA | F8 | 12 | 6 | 0 | 3 | C7 | 4C | 58 |
| Octal | 313 | 352 | 370 | 22 | 6 | 0 | 3 | 307 | 114 | 130 |
| Binary | 11001011 | 11101010 | 11111000 | 10010 | 110 | 0 | 11 | 11000111 | 1001100 | 1011000 |
Color Harmonies of #CBEAF8
Complementary color
Monochromatic Colors of #CBEAF8
Black with #CBEAF8
Text Example
Text Example
White with #CBEAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAF8; }
p { color: rgb(203,234,248); }
H1.HeaderClassName
{
color: #CBEAF8;
}
.AnyTagClassName
{
color: #CBEAF8;
}
</style>
background-color css
<style>
a { background-color: #CBEAF8; }
a { background-color: rgb(203,234,248); }
div.DivClassName
{
background-color: #CBEAF8;
}
.BgClassName
{
background-color: #CBEAF8;
}
</style>
border-color css
<style>
span { border-color: #CBEAF8; }
span { border-color: rgb(203,234,248); }
td.TdClassName
{
border-color: #CBEAF8;
}
.TagClassName
{
border-color: #CBEAF8;
}
</style>