Shades of Pattens Blue #CBEAFB
Tints of Pattens Blue #CBEAFB
RGB
CMYK
RGB Variations
Color information
#CBEAFB (or 0xCBEAFB) is known color: Pattens Blue. HEX triplet: CB, EA and FB. RGB value is (203,234,251). Sum of RGB (Red+Green+Blue) = 203+234+251=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAFB is #341504. Grayscale: #E2E2E2. Windows color (decimal): -3413253 or 16509643. OLE color: 16509643.
HSL color Cylindrical-coordinate representation of color #CBEAFB: hue angle of 201.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEAFB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 234 | 251 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.02 |
| HSL | 201.25º | 0.86% | 0.89% | - |
| HSV(B) | 201.25º | 0.19% | 0.98% | - |
| XYZ | 71.46 | 78.51 | 102.65 | - |
| YUV | 226.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 251 | 0.19 | 0.07 | 0 | 0.02 | 201.25 | 0.86 | 0.89 |
| Hex | CB | EA | FB | 13 | 7 | 0 | 2 | C9 | 56 | 59 |
| Octal | 313 | 352 | 373 | 23 | 7 | 0 | 2 | 311 | 126 | 131 |
| Binary | 11001011 | 11101010 | 11111011 | 10011 | 111 | 0 | 10 | 11001001 | 1010110 | 1011001 |
Color Harmonies of #CBEAFB
Complementary color
Monochromatic Colors of #CBEAFB
Black with #CBEAFB
Text Example
Text Example
White with #CBEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAFB; }
p { color: rgb(203,234,251); }
H1.HeaderClassName
{
color: #CBEAFB;
}
.AnyTagClassName
{
color: #CBEAFB;
}
</style>
background-color css
<style>
a { background-color: #CBEAFB; }
a { background-color: rgb(203,234,251); }
div.DivClassName
{
background-color: #CBEAFB;
}
.BgClassName
{
background-color: #CBEAFB;
}
</style>
border-color css
<style>
span { border-color: #CBEAFB; }
span { border-color: rgb(203,234,251); }
td.TdClassName
{
border-color: #CBEAFB;
}
.TagClassName
{
border-color: #CBEAFB;
}
</style>