Shades of Pattens Blue #CBEDFF
Tints of Pattens Blue #CBEDFF
RGB
CMYK
RGB Variations
Color information
#CBEDFF (or 0xCBEDFF) is known color: Pattens Blue. HEX triplet: CB, ED and FF. RGB value is (203,237,255). Sum of RGB (Red+Green+Blue) = 203+237+255=695 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.21% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFF is #341200. Grayscale: #E4E4E4. Windows color (decimal): -3412481 or 16772555. OLE color: 16772555.
HSL color Cylindrical-coordinate representation of color #CBEDFF: hue angle of 200.77º 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 #CBEDFF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 237 | 255 | - |
| CMYK | 0.20 | 0.07 | 0 | 0 |
| HSL | 200.77º | 1% | 0.9% | - |
| HSV(B) | 200.77º | 0.2% | 1% | - |
| XYZ | 72.96 | 80.48 | 106.3 | - |
| YUV | 228.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 255 | 0.20 | 0.07 | 0 | 0 | 200.77 | 1 | 0.9 |
| Hex | CB | ED | FF | 14 | 7 | 0 | 0 | C9 | 64 | 5A |
| Octal | 313 | 355 | 377 | 24 | 7 | 0 | 0 | 311 | 144 | 132 |
| Binary | 11001011 | 11101101 | 11111111 | 10100 | 111 | 0 | 0 | 11001001 | 1100100 | 1011010 |
Color Harmonies of #CBEDFF
Complementary color
Monochromatic Colors of #CBEDFF
Black with #CBEDFF
Text Example
Text Example
White with #CBEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDFF; }
p { color: rgb(203,237,255); }
H1.HeaderClassName
{
color: #CBEDFF;
}
.AnyTagClassName
{
color: #CBEDFF;
}
</style>
background-color css
<style>
a { background-color: #CBEDFF; }
a { background-color: rgb(203,237,255); }
div.DivClassName
{
background-color: #CBEDFF;
}
.BgClassName
{
background-color: #CBEDFF;
}
</style>
border-color css
<style>
span { border-color: #CBEDFF; }
span { border-color: rgb(203,237,255); }
td.TdClassName
{
border-color: #CBEDFF;
}
.TagClassName
{
border-color: #CBEDFF;
}
</style>