Shades of Pattens Blue #CBEEFD
Tints of Pattens Blue #CBEEFD
RGB
CMYK
RGB Variations
Color information
#CBEEFD (or 0xCBEEFD) is known color: Pattens Blue. HEX triplet: CB, EE and FD. RGB value is (203,238,253). Sum of RGB (Red+Green+Blue) = 203+238+253=694 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.25% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEFD is #341102. Grayscale: #E5E5E5. Windows color (decimal): -3412227 or 16641739. OLE color: 16641739.
HSL color Cylindrical-coordinate representation of color #CBEEFD: hue angle of 198º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEEFD is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 238 | 253 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.01 |
| HSL | 198º | 0.93% | 0.89% | - |
| HSV(B) | 198º | 0.2% | 0.99% | - |
| XYZ | 72.93 | 80.94 | 104.71 | - |
| YUV | 229.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 253 | 0.20 | 0.06 | 0 | 0.01 | 198 | 0.93 | 0.89 |
| Hex | CB | EE | FD | 14 | 6 | 0 | 1 | C6 | 5D | 59 |
| Octal | 313 | 356 | 375 | 24 | 6 | 0 | 1 | 306 | 135 | 131 |
| Binary | 11001011 | 11101110 | 11111101 | 10100 | 110 | 0 | 1 | 11000110 | 1011101 | 1011001 |
Color Harmonies of #CBEEFD
Complementary color
Monochromatic Colors of #CBEEFD
Black with #CBEEFD
Text Example
Text Example
White with #CBEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEFD; }
p { color: rgb(203,238,253); }
H1.HeaderClassName
{
color: #CBEEFD;
}
.AnyTagClassName
{
color: #CBEEFD;
}
</style>
background-color css
<style>
a { background-color: #CBEEFD; }
a { background-color: rgb(203,238,253); }
div.DivClassName
{
background-color: #CBEEFD;
}
.BgClassName
{
background-color: #CBEEFD;
}
</style>
border-color css
<style>
span { border-color: #CBEEFD; }
span { border-color: rgb(203,238,253); }
td.TdClassName
{
border-color: #CBEEFD;
}
.TagClassName
{
border-color: #CBEEFD;
}
</style>