Shades of Pattens Blue #CBEFFE
Tints of Pattens Blue #CBEFFE
RGB
CMYK
RGB Variations
Color information
#CBEFFE (or 0xCBEFFE) is known color: Pattens Blue. HEX triplet: CB, EF and FE. RGB value is (203,239,254). Sum of RGB (Red+Green+Blue) = 203+239+254=696 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.17% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFFE is #341001. Grayscale: #E5E5E5. Windows color (decimal): -3411970 or 16707531. OLE color: 16707531.
HSL color Cylindrical-coordinate representation of color #CBEFFE: hue angle of 197.65º 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 #CBEFFE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 239 | 254 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.00 |
| HSL | 197.65º | 0.96% | 0.9% | - |
| HSV(B) | 197.65º | 0.2% | 1% | - |
| XYZ | 73.38 | 81.59 | 105.65 | - |
| YUV | 229.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 254 | 0.20 | 0.06 | 0 | 0.00 | 197.65 | 0.96 | 0.9 |
| Hex | CB | EF | FE | 14 | 6 | 0 | 0 | C6 | 60 | 5A |
| Octal | 313 | 357 | 376 | 24 | 6 | 0 | 0 | 306 | 140 | 132 |
| Binary | 11001011 | 11101111 | 11111110 | 10100 | 110 | 0 | 0 | 11000110 | 1100000 | 1011010 |
Color Harmonies of #CBEFFE
Complementary color
Monochromatic Colors of #CBEFFE
Black with #CBEFFE
Text Example
Text Example
White with #CBEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFFE; }
p { color: rgb(203,239,254); }
H1.HeaderClassName
{
color: #CBEFFE;
}
.AnyTagClassName
{
color: #CBEFFE;
}
</style>
background-color css
<style>
a { background-color: #CBEFFE; }
a { background-color: rgb(203,239,254); }
div.DivClassName
{
background-color: #CBEFFE;
}
.BgClassName
{
background-color: #CBEFFE;
}
</style>
border-color css
<style>
span { border-color: #CBEFFE; }
span { border-color: rgb(203,239,254); }
td.TdClassName
{
border-color: #CBEFFE;
}
.TagClassName
{
border-color: #CBEFFE;
}
</style>