Shades of Pattens Blue #CBF0FE
Tints of Pattens Blue #CBF0FE
RGB
CMYK
RGB Variations
Color information
#CBF0FE (or 0xCBF0FE) is known color: Pattens Blue. HEX triplet: CB, F0 and FE. RGB value is (203,240,254). Sum of RGB (Red+Green+Blue) = 203+240+254=697 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.12% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF0FE is #340F01. Grayscale: #E6E6E6. Windows color (decimal): -3411714 or 16707787. OLE color: 16707787.
HSL color Cylindrical-coordinate representation of color #CBF0FE: hue angle of 196.47º 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 #CBF0FE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 240 | 254 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.00 |
| HSL | 196.47º | 0.96% | 0.9% | - |
| HSV(B) | 196.47º | 0.2% | 1% | - |
| XYZ | 73.68 | 82.17 | 105.74 | - |
| YUV | 230.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 254 | 0.20 | 0.06 | 0 | 0.00 | 196.47 | 0.96 | 0.9 |
| Hex | CB | F0 | FE | 14 | 6 | 0 | 0 | C4 | 60 | 5A |
| Octal | 313 | 360 | 376 | 24 | 6 | 0 | 0 | 304 | 140 | 132 |
| Binary | 11001011 | 11110000 | 11111110 | 10100 | 110 | 0 | 0 | 11000100 | 1100000 | 1011010 |
Color Harmonies of #CBF0FE
Complementary color
Monochromatic Colors of #CBF0FE
Black with #CBF0FE
Text Example
Text Example
White with #CBF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0FE; }
p { color: rgb(203,240,254); }
H1.HeaderClassName
{
color: #CBF0FE;
}
.AnyTagClassName
{
color: #CBF0FE;
}
</style>
background-color css
<style>
a { background-color: #CBF0FE; }
a { background-color: rgb(203,240,254); }
div.DivClassName
{
background-color: #CBF0FE;
}
.BgClassName
{
background-color: #CBF0FE;
}
</style>
border-color css
<style>
span { border-color: #CBF0FE; }
span { border-color: rgb(203,240,254); }
td.TdClassName
{
border-color: #CBF0FE;
}
.TagClassName
{
border-color: #CBF0FE;
}
</style>