Shades of Pattens Blue #CBF0FF
Tints of Pattens Blue #CBF0FF
RGB
CMYK
RGB Variations
Color information
#CBF0FF (or 0xCBF0FF) is known color: Pattens Blue. HEX triplet: CB, F0 and FF. RGB value is (203,240,255). Sum of RGB (Red+Green+Blue) = 203+240+255=698 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.08% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF0FF is #340F00. Grayscale: #E6E6E6. Windows color (decimal): -3411713 or 16773323. OLE color: 16773323.
HSL color Cylindrical-coordinate representation of color #CBF0FF: hue angle of 197.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBF0FF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 240 | 255 | - |
| CMYK | 0.20 | 0.06 | 0 | 0 |
| HSL | 197.31º | 1% | 0.9% | - |
| HSV(B) | 197.31º | 0.2% | 1% | - |
| XYZ | 73.84 | 82.24 | 106.59 | - |
| YUV | 230.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 255 | 0.20 | 0.06 | 0 | 0 | 197.31 | 1 | 0.9 |
| Hex | CB | F0 | FF | 14 | 6 | 0 | 0 | C5 | 64 | 5A |
| Octal | 313 | 360 | 377 | 24 | 6 | 0 | 0 | 305 | 144 | 132 |
| Binary | 11001011 | 11110000 | 11111111 | 10100 | 110 | 0 | 0 | 11000101 | 1100100 | 1011010 |
Color Harmonies of #CBF0FF
Complementary color
Monochromatic Colors of #CBF0FF
Black with #CBF0FF
Text Example
Text Example
White with #CBF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0FF; }
p { color: rgb(203,240,255); }
H1.HeaderClassName
{
color: #CBF0FF;
}
.AnyTagClassName
{
color: #CBF0FF;
}
</style>
background-color css
<style>
a { background-color: #CBF0FF; }
a { background-color: rgb(203,240,255); }
div.DivClassName
{
background-color: #CBF0FF;
}
.BgClassName
{
background-color: #CBF0FF;
}
</style>
border-color css
<style>
span { border-color: #CBF0FF; }
span { border-color: rgb(203,240,255); }
td.TdClassName
{
border-color: #CBF0FF;
}
.TagClassName
{
border-color: #CBF0FF;
}
</style>