Shades of Pattens Blue #CBEAFC
Tints of Pattens Blue #CBEAFC
RGB
CMYK
RGB Variations
Color information
#CBEAFC (or 0xCBEAFC) is known color: Pattens Blue. HEX triplet: CB, EA and FC. RGB value is (203,234,252). Sum of RGB (Red+Green+Blue) = 203+234+252=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAFC is #341503. Grayscale: #E2E2E2. Windows color (decimal): -3413252 or 16575179. OLE color: 16575179.
HSL color Cylindrical-coordinate representation of color #CBEAFC: hue angle of 202.04º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEAFC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 234 | 252 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.01 |
| HSL | 202.04º | 0.89% | 0.89% | - |
| HSV(B) | 202.04º | 0.19% | 0.99% | - |
| XYZ | 71.62 | 78.57 | 103.49 | - |
| YUV | 226.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 252 | 0.19 | 0.07 | 0 | 0.01 | 202.04 | 0.89 | 0.89 |
| Hex | CB | EA | FC | 13 | 7 | 0 | 1 | CA | 59 | 59 |
| Octal | 313 | 352 | 374 | 23 | 7 | 0 | 1 | 312 | 131 | 131 |
| Binary | 11001011 | 11101010 | 11111100 | 10011 | 111 | 0 | 1 | 11001010 | 1011001 | 1011001 |
Color Harmonies of #CBEAFC
Complementary color
Monochromatic Colors of #CBEAFC
Black with #CBEAFC
Text Example
Text Example
White with #CBEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAFC; }
p { color: rgb(203,234,252); }
H1.HeaderClassName
{
color: #CBEAFC;
}
.AnyTagClassName
{
color: #CBEAFC;
}
</style>
background-color css
<style>
a { background-color: #CBEAFC; }
a { background-color: rgb(203,234,252); }
div.DivClassName
{
background-color: #CBEAFC;
}
.BgClassName
{
background-color: #CBEAFC;
}
</style>
border-color css
<style>
span { border-color: #CBEAFC; }
span { border-color: rgb(203,234,252); }
td.TdClassName
{
border-color: #CBEAFC;
}
.TagClassName
{
border-color: #CBEAFC;
}
</style>