Shades of Pattens Blue #CCEAF9
Tints of Pattens Blue #CCEAF9
RGB
CMYK
RGB Variations
Color information
#CCEAF9 (or 0xCCEAF9) is known color: Pattens Blue. HEX triplet: CC, EA and F9. RGB value is (204,234,249). Sum of RGB (Red+Green+Blue) = 204+234+249=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF9 is #331506. Grayscale: #E2E2E2. Windows color (decimal): -3347719 or 16378572. OLE color: 16378572.
HSL color Cylindrical-coordinate representation of color #CCEAF9: hue angle of 200º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEAF9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 234 | 249 | - |
CMYK | 0.18 | 0.06 | 0 | 0.02 |
HSL | 200º | 0.79% | 0.89% | - |
HSV(B) | 200º | 0.18% | 0.98% | - |
XYZ | 71.42 | 78.52 | 101.01 | - |
YUV | 226.74 | 140.56 | 111.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 249 | 0.18 | 0.06 | 0 | 0.02 | 200 | 0.79 | 0.89 |
Hex | CC | EA | F9 | 12 | 6 | 0 | 2 | C8 | 4F | 59 |
Octal | 314 | 352 | 371 | 22 | 6 | 0 | 2 | 310 | 117 | 131 |
Binary | 11001100 | 11101010 | 11111001 | 10010 | 110 | 0 | 10 | 11001000 | 1001111 | 1011001 |
Color Harmonies of #CCEAF9
Complementary color
Monochromatic Colors of #CCEAF9
Black with #CCEAF9
Text Example
Text Example
White with #CCEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAF9; }
p { color: rgb(204,234,249); }
H1.HeaderClassName
{
color: #CCEAF9;
}
.AnyTagClassName
{
color: #CCEAF9;
}
</style>
background-color css
<style>
a { background-color: #CCEAF9; }
a { background-color: rgb(204,234,249); }
div.DivClassName
{
background-color: #CCEAF9;
}
.BgClassName
{
background-color: #CCEAF9;
}
</style>
border-color css
<style>
span { border-color: #CCEAF9; }
span { border-color: rgb(204,234,249); }
td.TdClassName
{
border-color: #CCEAF9;
}
.TagClassName
{
border-color: #CCEAF9;
}
</style>