Html Css Color HEX #0A9ACB Pacific Blue

📋 copy color: '#0A9ACB'

red 10 ◦ green 154 ◦ blue 203

#0A9ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0A9ACB

Tints of Pacific Blue #0A9ACB

RGB

 RED value IS 10 (4.3% from 255) = 2.72%

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 2.72%
G = 41.96%
B = 55.31%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A9ACB (or 0x0A9ACB) is known color: Pacific Blue. HEX triplet: 0A, 9A and CB. RGB value is (10,154,203). Sum of RGB (Red+Green+Blue) = 10+154+203=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A9ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9ACB is #F56534. Grayscale: #747474. Windows color (decimal): -16082229 or 13343242. OLE color: 13343242.

HSL color Cylindrical-coordinate representation of color #0A9ACB: hue angle of 195.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9ACB is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 154 203 -
CMYK 0.95 0.24 0 0.20
HSL 195.23º 0.91% 0.42% -
HSV(B) 195.23º 0.95% 0.8% -
XYZ 22.46 27.49 60.62 -
YUV 116.53 176.79 52.02 -
System Red Green Blue C M Y K H S L
Decimal 10 154 203 0.95 0.24 0 0.20 195.23 0.91 0.42
Hex A 9A CB 5F 18 0 14 C3 5B 2A
Octal 12 232 313 137 30 0 24 303 133 52
Binary 1010 10011010 11001011 1011111 11000 0 10100 11000011 1011011 101010

Color Harmonies of #0A9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9ACB

Black with #0A9ACB

Text Example


Text Example

White with #0A9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9ACB; }

 p { color: rgb(10,154,203); }

 H1.HeaderClassName
 {
   color: #0A9ACB;
 }
 .AnyTagClassName
 {
   color: #0A9ACB;
 }
</style>

background-color css

<style>
 a { background-color: #0A9ACB; }

 a { background-color: rgb(10,154,203); }

 div.DivClassName
 {
   background-color: #0A9ACB;
 }
 .BgClassName
 {
   background-color: #0A9ACB;
 }
</style>

border-color css

<style>
 span { border-color: #0A9ACB; }

 span { border-color: rgb(10,154,203); }

 td.TdClassName
 {
   border-color: #0A9ACB;
 }
 .TagClassName
 {
   border-color: #0A9ACB;
 }
</style>