Shades of Pattens Blue #CCF2FE
Tints of Pattens Blue #CCF2FE
RGB
CMYK
RGB Variations
Color information
#CCF2FE (or 0xCCF2FE) is known color: Pattens Blue. HEX triplet: CC, F2 and FE. RGB value is (204,242,254). Sum of RGB (Red+Green+Blue) = 204+242+254=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FE is #330D01. Grayscale: #E7E7E7. Windows color (decimal): -3345666 or 16708300. OLE color: 16708300.
HSL color Cylindrical-coordinate representation of color #CCF2FE: hue angle of 194.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF2FE is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 242 | 254 | - |
CMYK | 0.20 | 0.05 | 0 | 0.00 |
HSL | 194.4º | 0.96% | 0.9% | - |
HSV(B) | 194.4º | 0.2% | 1% | - |
XYZ | 74.54 | 83.5 | 105.95 | - |
YUV | 232.01 | 140.41 | 108.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 254 | 0.20 | 0.05 | 0 | 0.00 | 194.4 | 0.96 | 0.9 |
Hex | CC | F2 | FE | 14 | 5 | 0 | 0 | C2 | 60 | 5A |
Octal | 314 | 362 | 376 | 24 | 5 | 0 | 0 | 302 | 140 | 132 |
Binary | 11001100 | 11110010 | 11111110 | 10100 | 101 | 0 | 0 | 11000010 | 1100000 | 1011010 |
Color Harmonies of #CCF2FE
Complementary color
Monochromatic Colors of #CCF2FE
Black with #CCF2FE
Text Example
Text Example
White with #CCF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2FE; }
p { color: rgb(204,242,254); }
H1.HeaderClassName
{
color: #CCF2FE;
}
.AnyTagClassName
{
color: #CCF2FE;
}
</style>
background-color css
<style>
a { background-color: #CCF2FE; }
a { background-color: rgb(204,242,254); }
div.DivClassName
{
background-color: #CCF2FE;
}
.BgClassName
{
background-color: #CCF2FE;
}
</style>
border-color css
<style>
span { border-color: #CCF2FE; }
span { border-color: rgb(204,242,254); }
td.TdClassName
{
border-color: #CCF2FE;
}
.TagClassName
{
border-color: #CCF2FE;
}
</style>