Html Css Color HEX #09A0BC Pacific Blue

📋 copy color: '#09A0BC'

red 9 ◦ green 160 ◦ blue 188

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

Shades of Pacific Blue #09A0BC

Tints of Pacific Blue #09A0BC

RGB

 RED value IS 9 (3.91% from 255) = 2.52%

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 2.52%
G = 44.82%
B = 52.66%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#09A0BC (or 0x09A0BC) is known color: Pacific Blue. HEX triplet: 09, A0 and BC. RGB value is (9,160,188). Sum of RGB (Red+Green+Blue) = 9+160+188=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #09A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0BC is #F65F43. Grayscale: #757575. Windows color (decimal): -16146244 or 12361737. OLE color: 12361737.

HSL color Cylindrical-coordinate representation of color #09A0BC: hue angle of 189.39º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A0BC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 160 188 -
CMYK 0.95 0.15 0 0.26
HSL 189.39º 0.91% 0.39% -
HSV(B) 189.39º 0.95% 0.74% -
XYZ 21.76 28.83 51.99 -
YUV 118.04 167.47 50.22 -
System Red Green Blue C M Y K H S L
Decimal 9 160 188 0.95 0.15 0 0.26 189.39 0.91 0.39
Hex 9 A0 BC 5F F 0 1A BD 5B 27
Octal 11 240 274 137 17 0 32 275 133 47
Binary 1001 10100000 10111100 1011111 1111 0 11010 10111101 1011011 100111

Color Harmonies of #09A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0BC

Black with #09A0BC

Text Example


Text Example

White with #09A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A0BC; }

 p { color: rgb(9,160,188); }

 H1.HeaderClassName
 {
   color: #09A0BC;
 }
 .AnyTagClassName
 {
   color: #09A0BC;
 }
</style>

background-color css

<style>
 a { background-color: #09A0BC; }

 a { background-color: rgb(9,160,188); }

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

border-color css

<style>
 span { border-color: #09A0BC; }

 span { border-color: rgb(9,160,188); }

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