Shades of Pattens Blue #CBEEFF
Tints of Pattens Blue #CBEEFF
RGB
CMYK
RGB Variations
Color information
#CBEEFF (or 0xCBEEFF) is known color: Pattens Blue. HEX triplet: CB, EE and FF. RGB value is (203,238,255). Sum of RGB (Red+Green+Blue) = 203+238+255=696 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.17% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEFF is #341100. Grayscale: #E5E5E5. Windows color (decimal): -3412225 or 16772811. OLE color: 16772811.
HSL color Cylindrical-coordinate representation of color #CBEEFF: hue angle of 199.62º 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 #CBEEFF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 238 | 255 | - |
| CMYK | 0.20 | 0.07 | 0 | 0 |
| HSL | 199.62º | 1% | 0.9% | - |
| HSV(B) | 199.62º | 0.2% | 1% | - |
| XYZ | 73.25 | 81.07 | 106.39 | - |
| YUV | 229.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 255 | 0.20 | 0.07 | 0 | 0 | 199.62 | 1 | 0.9 |
| Hex | CB | EE | FF | 14 | 7 | 0 | 0 | C8 | 64 | 5A |
| Octal | 313 | 356 | 377 | 24 | 7 | 0 | 0 | 310 | 144 | 132 |
| Binary | 11001011 | 11101110 | 11111111 | 10100 | 111 | 0 | 0 | 11001000 | 1100100 | 1011010 |
Color Harmonies of #CBEEFF
Complementary color
Monochromatic Colors of #CBEEFF
Black with #CBEEFF
Text Example
Text Example
White with #CBEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEFF; }
p { color: rgb(203,238,255); }
H1.HeaderClassName
{
color: #CBEEFF;
}
.AnyTagClassName
{
color: #CBEEFF;
}
</style>
background-color css
<style>
a { background-color: #CBEEFF; }
a { background-color: rgb(203,238,255); }
div.DivClassName
{
background-color: #CBEEFF;
}
.BgClassName
{
background-color: #CBEEFF;
}
</style>
border-color css
<style>
span { border-color: #CBEEFF; }
span { border-color: rgb(203,238,255); }
td.TdClassName
{
border-color: #CBEEFF;
}
.TagClassName
{
border-color: #CBEEFF;
}
</style>