Shades of Pattens Blue #CBE4F4
Tints of Pattens Blue #CBE4F4
RGB
CMYK
RGB Variations
Color information
#CBE4F4 (or 0xCBE4F4) is known color: Pattens Blue. HEX triplet: CB, E4 and F4. RGB value is (203,228,244). Sum of RGB (Red+Green+Blue) = 203+228+244=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBE4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4F4 is #341B0B. Grayscale: #DEDEDE. Windows color (decimal): -3414796 or 16049355. OLE color: 16049355.
HSL color Cylindrical-coordinate representation of color #CBE4F4: hue angle of 203.41º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE4F4 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 228 | 244 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.04 |
| HSL | 203.41º | 0.65% | 0.88% | - |
| HSV(B) | 203.41º | 0.17% | 0.96% | - |
| XYZ | 68.7 | 74.71 | 96.39 | - |
| YUV | 222.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 244 | 0.17 | 0.07 | 0 | 0.04 | 203.41 | 0.65 | 0.88 |
| Hex | CB | E4 | F4 | 11 | 7 | 0 | 4 | CB | 41 | 58 |
| Octal | 313 | 344 | 364 | 21 | 7 | 0 | 4 | 313 | 101 | 130 |
| Binary | 11001011 | 11100100 | 11110100 | 10001 | 111 | 0 | 100 | 11001011 | 1000001 | 1011000 |
Color Harmonies of #CBE4F4
Complementary color
Monochromatic Colors of #CBE4F4
Black with #CBE4F4
Text Example
Text Example
White with #CBE4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4F4; }
p { color: rgb(203,228,244); }
H1.HeaderClassName
{
color: #CBE4F4;
}
.AnyTagClassName
{
color: #CBE4F4;
}
</style>
background-color css
<style>
a { background-color: #CBE4F4; }
a { background-color: rgb(203,228,244); }
div.DivClassName
{
background-color: #CBE4F4;
}
.BgClassName
{
background-color: #CBE4F4;
}
</style>
border-color css
<style>
span { border-color: #CBE4F4; }
span { border-color: rgb(203,228,244); }
td.TdClassName
{
border-color: #CBE4F4;
}
.TagClassName
{
border-color: #CBE4F4;
}
</style>