Shades of Pattens Blue #CBF2FF
Tints of Pattens Blue #CBF2FF
RGB
CMYK
RGB Variations
Color information
#CBF2FF (or 0xCBF2FF) is known color: Pattens Blue. HEX triplet: CB, F2 and FF. RGB value is (203,242,255). Sum of RGB (Red+Green+Blue) = 203+242+255=700 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2FF is #340D00. Grayscale: #E7E7E7. Windows color (decimal): -3411201 or 16773835. OLE color: 16773835.
HSL color Cylindrical-coordinate representation of color #CBF2FF: hue angle of 195º 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 #CBF2FF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 242 | 255 | - |
| CMYK | 0.20 | 0.05 | 0 | 0 |
| HSL | 195º | 1% | 0.9% | - |
| HSV(B) | 195º | 0.2% | 1% | - |
| XYZ | 74.43 | 83.42 | 106.79 | - |
| YUV | 231.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 255 | 0.20 | 0.05 | 0 | 0 | 195 | 1 | 0.9 |
| Hex | CB | F2 | FF | 14 | 5 | 0 | 0 | C3 | 64 | 5A |
| Octal | 313 | 362 | 377 | 24 | 5 | 0 | 0 | 303 | 144 | 132 |
| Binary | 11001011 | 11110010 | 11111111 | 10100 | 101 | 0 | 0 | 11000011 | 1100100 | 1011010 |
Color Harmonies of #CBF2FF
Complementary color
Monochromatic Colors of #CBF2FF
Black with #CBF2FF
Text Example
Text Example
White with #CBF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2FF; }
p { color: rgb(203,242,255); }
H1.HeaderClassName
{
color: #CBF2FF;
}
.AnyTagClassName
{
color: #CBF2FF;
}
</style>
background-color css
<style>
a { background-color: #CBF2FF; }
a { background-color: rgb(203,242,255); }
div.DivClassName
{
background-color: #CBF2FF;
}
.BgClassName
{
background-color: #CBF2FF;
}
</style>
border-color css
<style>
span { border-color: #CBF2FF; }
span { border-color: rgb(203,242,255); }
td.TdClassName
{
border-color: #CBF2FF;
}
.TagClassName
{
border-color: #CBF2FF;
}
</style>