Shades of Pattens Blue #CCEFFB
Tints of Pattens Blue #CCEFFB
RGB
CMYK
RGB Variations
Color information
#CCEFFB (or 0xCCEFFB) is known color: Pattens Blue. HEX triplet: CC, EF and FB. RGB value is (204,239,251). Sum of RGB (Red+Green+Blue) = 204+239+251=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFFB is #331004. Grayscale: #E5E5E5. Windows color (decimal): -3346437 or 16510924. OLE color: 16510924.
HSL color Cylindrical-coordinate representation of color #CCEFFB: hue angle of 195.32º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEFFB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 239 | 251 | - |
CMYK | 0.19 | 0.05 | 0 | 0.02 |
HSL | 195.32º | 0.85% | 0.89% | - |
HSV(B) | 195.32º | 0.19% | 0.98% | - |
XYZ | 73.18 | 81.54 | 103.15 | - |
YUV | 229.9 | 139.9 | 109.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 251 | 0.19 | 0.05 | 0 | 0.02 | 195.32 | 0.85 | 0.89 |
Hex | CC | EF | FB | 13 | 5 | 0 | 2 | C3 | 55 | 59 |
Octal | 314 | 357 | 373 | 23 | 5 | 0 | 2 | 303 | 125 | 131 |
Binary | 11001100 | 11101111 | 11111011 | 10011 | 101 | 0 | 10 | 11000011 | 1010101 | 1011001 |
Color Harmonies of #CCEFFB
Complementary color
Monochromatic Colors of #CCEFFB
Black with #CCEFFB
Text Example
Text Example
White with #CCEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFFB; }
p { color: rgb(204,239,251); }
H1.HeaderClassName
{
color: #CCEFFB;
}
.AnyTagClassName
{
color: #CCEFFB;
}
</style>
background-color css
<style>
a { background-color: #CCEFFB; }
a { background-color: rgb(204,239,251); }
div.DivClassName
{
background-color: #CCEFFB;
}
.BgClassName
{
background-color: #CCEFFB;
}
</style>
border-color css
<style>
span { border-color: #CCEFFB; }
span { border-color: rgb(204,239,251); }
td.TdClassName
{
border-color: #CCEFFB;
}
.TagClassName
{
border-color: #CCEFFB;
}
</style>