Shades of Pattens Blue #CBEDFC
Tints of Pattens Blue #CBEDFC
RGB
CMYK
RGB Variations
Color information
#CBEDFC (or 0xCBEDFC) is known color: Pattens Blue. HEX triplet: CB, ED and FC. RGB value is (203,237,252). Sum of RGB (Red+Green+Blue) = 203+237+252=692 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.34% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFC is #341203. Grayscale: #E4E4E4. Windows color (decimal): -3412484 or 16575947. OLE color: 16575947.
HSL color Cylindrical-coordinate representation of color #CBEDFC: hue angle of 198.37º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEDFC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 237 | 252 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.01 |
| HSL | 198.37º | 0.89% | 0.89% | - |
| HSV(B) | 198.37º | 0.19% | 0.99% | - |
| XYZ | 72.48 | 80.29 | 103.77 | - |
| YUV | 228.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 252 | 0.19 | 0.06 | 0 | 0.01 | 198.37 | 0.89 | 0.89 |
| Hex | CB | ED | FC | 13 | 6 | 0 | 1 | C6 | 59 | 59 |
| Octal | 313 | 355 | 374 | 23 | 6 | 0 | 1 | 306 | 131 | 131 |
| Binary | 11001011 | 11101101 | 11111100 | 10011 | 110 | 0 | 1 | 11000110 | 1011001 | 1011001 |
Color Harmonies of #CBEDFC
Complementary color
Monochromatic Colors of #CBEDFC
Black with #CBEDFC
Text Example
Text Example
White with #CBEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDFC; }
p { color: rgb(203,237,252); }
H1.HeaderClassName
{
color: #CBEDFC;
}
.AnyTagClassName
{
color: #CBEDFC;
}
</style>
background-color css
<style>
a { background-color: #CBEDFC; }
a { background-color: rgb(203,237,252); }
div.DivClassName
{
background-color: #CBEDFC;
}
.BgClassName
{
background-color: #CBEDFC;
}
</style>
border-color css
<style>
span { border-color: #CBEDFC; }
span { border-color: rgb(203,237,252); }
td.TdClassName
{
border-color: #CBEDFC;
}
.TagClassName
{
border-color: #CBEDFC;
}
</style>