Shades of Pacific Blue #09A1CC
Tints of Pacific Blue #09A1CC
RGB
CMYK
RGB Variations
Color information
#09A1CC (or 0x09A1CC) is known color: Pacific Blue. HEX triplet: 09, A1 and CC. RGB value is (9,161,204). Sum of RGB (Red+Green+Blue) = 9+161+204=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #09A1CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A1CC is #F65E33. Grayscale: #787878. Windows color (decimal): -16145972 or 13410569. OLE color: 13410569.
HSL color Cylindrical-coordinate representation of color #09A1CC: hue angle of 193.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A1CC is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 161 | 204 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.2 |
| HSL | 193.23º | 0.92% | 0.42% | - |
| HSV(B) | 193.23º | 0.96% | 0.8% | - |
| XYZ | 23.76 | 29.91 | 61.65 | - |
| YUV | 120.45 | 175.14 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 204 | 0.96 | 0.21 | 0 | 0.2 | 193.23 | 0.92 | 0.42 |
| Hex | 9 | A1 | CC | 60 | 15 | 0 | 14 | C1 | 5C | 2A |
| Octal | 11 | 241 | 314 | 140 | 25 | 0 | 24 | 301 | 134 | 52 |
| Binary | 1001 | 10100001 | 11001100 | 1100000 | 10101 | 0 | 10100 | 11000001 | 1011100 | 101010 |
Color Harmonies of #09A1CC
Complementary color
Monochromatic Colors of #09A1CC
Black with #09A1CC
Text Example
Text Example
White with #09A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A1CC; }
p { color: rgb(9,161,204); }
H1.HeaderClassName
{
color: #09A1CC;
}
.AnyTagClassName
{
color: #09A1CC;
}
</style>
background-color css
<style>
a { background-color: #09A1CC; }
a { background-color: rgb(9,161,204); }
div.DivClassName
{
background-color: #09A1CC;
}
.BgClassName
{
background-color: #09A1CC;
}
</style>
border-color css
<style>
span { border-color: #09A1CC; }
span { border-color: rgb(9,161,204); }
td.TdClassName
{
border-color: #09A1CC;
}
.TagClassName
{
border-color: #09A1CC;
}
</style>