Shades of Pattens Blue #CCEAFB
Tints of Pattens Blue #CCEAFB
RGB
CMYK
RGB Variations
Color information
#CCEAFB (or 0xCCEAFB) is known color: Pattens Blue. HEX triplet: CC, EA and FB. RGB value is (204,234,251). Sum of RGB (Red+Green+Blue) = 204+234+251=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAFB is #331504. Grayscale: #E2E2E2. Windows color (decimal): -3347717 or 16509644. OLE color: 16509644.
HSL color Cylindrical-coordinate representation of color #CCEAFB: hue angle of 201.7º 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 #CCEAFB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 234 | 251 | - |
CMYK | 0.19 | 0.07 | 0 | 0.02 |
HSL | 201.7º | 0.85% | 0.89% | - |
HSV(B) | 201.7º | 0.19% | 0.98% | - |
XYZ | 71.74 | 78.65 | 102.67 | - |
YUV | 226.97 | 141.56 | 111.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 251 | 0.19 | 0.07 | 0 | 0.02 | 201.7 | 0.85 | 0.89 |
Hex | CC | EA | FB | 13 | 7 | 0 | 2 | CA | 55 | 59 |
Octal | 314 | 352 | 373 | 23 | 7 | 0 | 2 | 312 | 125 | 131 |
Binary | 11001100 | 11101010 | 11111011 | 10011 | 111 | 0 | 10 | 11001010 | 1010101 | 1011001 |
Color Harmonies of #CCEAFB
Complementary color
Monochromatic Colors of #CCEAFB
Black with #CCEAFB
Text Example
Text Example
White with #CCEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAFB; }
p { color: rgb(204,234,251); }
H1.HeaderClassName
{
color: #CCEAFB;
}
.AnyTagClassName
{
color: #CCEAFB;
}
</style>
background-color css
<style>
a { background-color: #CCEAFB; }
a { background-color: rgb(204,234,251); }
div.DivClassName
{
background-color: #CCEAFB;
}
.BgClassName
{
background-color: #CCEAFB;
}
</style>
border-color css
<style>
span { border-color: #CCEAFB; }
span { border-color: rgb(204,234,251); }
td.TdClassName
{
border-color: #CCEAFB;
}
.TagClassName
{
border-color: #CCEAFB;
}
</style>