Shades of Pattens Blue #CCF0FB
Tints of Pattens Blue #CCF0FB
RGB
CMYK
RGB Variations
Color information
#CCF0FB (or 0xCCF0FB) is known color: Pattens Blue. HEX triplet: CC, F0 and FB. RGB value is (204,240,251). Sum of RGB (Red+Green+Blue) = 204+240+251=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FB is #330F04. Grayscale: #E6E6E6. Windows color (decimal): -3346181 or 16511180. OLE color: 16511180.
HSL color Cylindrical-coordinate representation of color #CCF0FB: hue angle of 194.04º 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 #CCF0FB is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 240 | 251 | - |
CMYK | 0.19 | 0.04 | 0 | 0.02 |
HSL | 194.04º | 0.85% | 0.89% | - |
HSV(B) | 194.04º | 0.19% | 0.98% | - |
XYZ | 73.47 | 82.12 | 103.25 | - |
YUV | 230.49 | 139.57 | 109.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 240 | 251 | 0.19 | 0.04 | 0 | 0.02 | 194.04 | 0.85 | 0.89 |
Hex | CC | F0 | FB | 13 | 4 | 0 | 2 | C2 | 55 | 59 |
Octal | 314 | 360 | 373 | 23 | 4 | 0 | 2 | 302 | 125 | 131 |
Binary | 11001100 | 11110000 | 11111011 | 10011 | 100 | 0 | 10 | 11000010 | 1010101 | 1011001 |
Color Harmonies of #CCF0FB
Complementary color
Monochromatic Colors of #CCF0FB
Black with #CCF0FB
Text Example
Text Example
White with #CCF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0FB; }
p { color: rgb(204,240,251); }
H1.HeaderClassName
{
color: #CCF0FB;
}
.AnyTagClassName
{
color: #CCF0FB;
}
</style>
background-color css
<style>
a { background-color: #CCF0FB; }
a { background-color: rgb(204,240,251); }
div.DivClassName
{
background-color: #CCF0FB;
}
.BgClassName
{
background-color: #CCF0FB;
}
</style>
border-color css
<style>
span { border-color: #CCF0FB; }
span { border-color: rgb(204,240,251); }
td.TdClassName
{
border-color: #CCF0FB;
}
.TagClassName
{
border-color: #CCF0FB;
}
</style>