Shades of Pattens Blue #CBEDFD
Tints of Pattens Blue #CBEDFD
RGB
CMYK
RGB Variations
Color information
#CBEDFD (or 0xCBEDFD) is known color: Pattens Blue. HEX triplet: CB, ED and FD. RGB value is (203,237,253). Sum of RGB (Red+Green+Blue) = 203+237+253=693 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.29% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFD is #341202. Grayscale: #E4E4E4. Windows color (decimal): -3412483 or 16641483. OLE color: 16641483.
HSL color Cylindrical-coordinate representation of color #CBEDFD: hue angle of 199.2º 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 #CBEDFD is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 237 | 253 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.01 |
| HSL | 199.2º | 0.93% | 0.89% | - |
| HSV(B) | 199.2º | 0.2% | 0.99% | - |
| XYZ | 72.64 | 80.36 | 104.61 | - |
| YUV | 228.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 253 | 0.20 | 0.06 | 0 | 0.01 | 199.2 | 0.93 | 0.89 |
| Hex | CB | ED | FD | 14 | 6 | 0 | 1 | C7 | 5D | 59 |
| Octal | 313 | 355 | 375 | 24 | 6 | 0 | 1 | 307 | 135 | 131 |
| Binary | 11001011 | 11101101 | 11111101 | 10100 | 110 | 0 | 1 | 11000111 | 1011101 | 1011001 |
Color Harmonies of #CBEDFD
Complementary color
Monochromatic Colors of #CBEDFD
Black with #CBEDFD
Text Example
Text Example
White with #CBEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDFD; }
p { color: rgb(203,237,253); }
H1.HeaderClassName
{
color: #CBEDFD;
}
.AnyTagClassName
{
color: #CBEDFD;
}
</style>
background-color css
<style>
a { background-color: #CBEDFD; }
a { background-color: rgb(203,237,253); }
div.DivClassName
{
background-color: #CBEDFD;
}
.BgClassName
{
background-color: #CBEDFD;
}
</style>
border-color css
<style>
span { border-color: #CBEDFD; }
span { border-color: rgb(203,237,253); }
td.TdClassName
{
border-color: #CBEDFD;
}
.TagClassName
{
border-color: #CBEDFD;
}
</style>