Shades of Pattens Blue #C9F0FF
Tints of Pattens Blue #C9F0FF
RGB
CMYK
RGB Variations
Color information
#C9F0FF (or 0xC9F0FF) is known color: Pattens Blue. HEX triplet: C9, F0 and FF. RGB value is (201,240,255). Sum of RGB (Red+Green+Blue) = 201+240+255=696 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.88% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F0FF is #360F00. Grayscale: #E5E5E5. Windows color (decimal): -3542785 or 16773321. OLE color: 16773321.
HSL color Cylindrical-coordinate representation of color #C9F0FF: hue angle of 196.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F0FF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 201 | 240 | 255 | - |
CMYK | 0.21 | 0.06 | 0 | 0 |
HSL | 196.67º | 1% | 0.89% | - |
HSV(B) | 196.67º | 0.21% | 1% | - |
XYZ | 73.3 | 81.96 | 106.56 | - |
YUV | 230.05 | 142.08 | 107.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 240 | 255 | 0.21 | 0.06 | 0 | 0 | 196.67 | 1 | 0.89 |
Hex | C9 | F0 | FF | 15 | 6 | 0 | 0 | C5 | 64 | 59 |
Octal | 311 | 360 | 377 | 25 | 6 | 0 | 0 | 305 | 144 | 131 |
Binary | 11001001 | 11110000 | 11111111 | 10101 | 110 | 0 | 0 | 11000101 | 1100100 | 1011001 |
Color Harmonies of #C9F0FF
Complementary color
Monochromatic Colors of #C9F0FF
Black with #C9F0FF
Text Example
Text Example
White with #C9F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0FF; }
p { color: rgb(201,240,255); }
H1.HeaderClassName
{
color: #C9F0FF;
}
.AnyTagClassName
{
color: #C9F0FF;
}
</style>
background-color css
<style>
a { background-color: #C9F0FF; }
a { background-color: rgb(201,240,255); }
div.DivClassName
{
background-color: #C9F0FF;
}
.BgClassName
{
background-color: #C9F0FF;
}
</style>
border-color css
<style>
span { border-color: #C9F0FF; }
span { border-color: rgb(201,240,255); }
td.TdClassName
{
border-color: #C9F0FF;
}
.TagClassName
{
border-color: #C9F0FF;
}
</style>