Html Css Color HEX #09A8B6 Pacific Blue

📋 copy color: '#09A8B6'

red 9 ◦ green 168 ◦ blue 182

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

Shades of Pacific Blue #09A8B6

Tints of Pacific Blue #09A8B6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 2.51%
G = 46.8%
B = 50.7%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#09A8B6 (or 0x09A8B6) is known color: Pacific Blue. HEX triplet: 09, A8 and B6. RGB value is (9,168,182). Sum of RGB (Red+Green+Blue) = 9+168+182=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #09A8B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8B6 is #F65749. Grayscale: #797979. Windows color (decimal): -16144202 or 11970569. OLE color: 11970569.

HSL color Cylindrical-coordinate representation of color #09A8B6: hue angle of 184.86º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A8B6 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 168 182 -
CMYK 0.95 0.08 0 0.29
HSL 184.86º 0.91% 0.37% -
HSV(B) 184.86º 0.95% 0.71% -
XYZ 22.56 31.44 49.14 -
YUV 122.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 9 168 182 0.95 0.08 0 0.29 184.86 0.91 0.37
Hex 9 A8 B6 5F 8 0 1D B9 5B 25
Octal 11 250 266 137 10 0 35 271 133 45
Binary 1001 10101000 10110110 1011111 1000 0 11101 10111001 1011011 100101

Color Harmonies of #09A8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A8B6

Black with #09A8B6

Text Example


Text Example

White with #09A8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,168,182); }

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

background-color css

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

 a { background-color: rgb(9,168,182); }

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

border-color css

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

 span { border-color: rgb(9,168,182); }

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