Shades of Pattens Blue #CBF2FE
Tints of Pattens Blue #CBF2FE
RGB
CMYK
RGB Variations
Color information
#CBF2FE (or 0xCBF2FE) is known color: Pattens Blue. HEX triplet: CB, F2 and FE. RGB value is (203,242,254). Sum of RGB (Red+Green+Blue) = 203+242+254=699 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.04% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2FE is #340D01. Grayscale: #E7E7E7. Windows color (decimal): -3411202 or 16708299. OLE color: 16708299.
HSL color Cylindrical-coordinate representation of color #CBF2FE: hue angle of 194.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBF2FE is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 242 | 254 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.00 |
| HSL | 194.12º | 0.96% | 0.9% | - |
| HSV(B) | 194.12º | 0.2% | 1% | - |
| XYZ | 74.27 | 83.36 | 105.94 | - |
| YUV | 231.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 254 | 0.20 | 0.05 | 0 | 0.00 | 194.12 | 0.96 | 0.9 |
| Hex | CB | F2 | FE | 14 | 5 | 0 | 0 | C2 | 60 | 5A |
| Octal | 313 | 362 | 376 | 24 | 5 | 0 | 0 | 302 | 140 | 132 |
| Binary | 11001011 | 11110010 | 11111110 | 10100 | 101 | 0 | 0 | 11000010 | 1100000 | 1011010 |
Color Harmonies of #CBF2FE
Complementary color
Monochromatic Colors of #CBF2FE
Black with #CBF2FE
Text Example
Text Example
White with #CBF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2FE; }
p { color: rgb(203,242,254); }
H1.HeaderClassName
{
color: #CBF2FE;
}
.AnyTagClassName
{
color: #CBF2FE;
}
</style>
background-color css
<style>
a { background-color: #CBF2FE; }
a { background-color: rgb(203,242,254); }
div.DivClassName
{
background-color: #CBF2FE;
}
.BgClassName
{
background-color: #CBF2FE;
}
</style>
border-color css
<style>
span { border-color: #CBF2FE; }
span { border-color: rgb(203,242,254); }
td.TdClassName
{
border-color: #CBF2FE;
}
.TagClassName
{
border-color: #CBF2FE;
}
</style>