Html Css Color HEX #09A4CB Pacific Blue

📋 copy color: '#09A4CB'

red 9 ◦ green 164 ◦ blue 203

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

Shades of Pacific Blue #09A4CB

Tints of Pacific Blue #09A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

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

R = 2.39%
G = 43.62%
B = 53.99%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09A4CB (or 0x09A4CB) is known color: Pacific Blue. HEX triplet: 09, A4 and CB. RGB value is (9,164,203). Sum of RGB (Red+Green+Blue) = 9+164+203=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #09A4CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A4CB is #F65B34. Grayscale: #797979. Windows color (decimal): -16145205 or 13345801. OLE color: 13345801.

HSL color Cylindrical-coordinate representation of color #09A4CB: hue angle of 192.06º 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 #09A4CB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 164 203 -
CMYK 0.96 0.19 0 0.20
HSL 192.06º 0.92% 0.42% -
HSV(B) 192.06º 0.96% 0.8% -
XYZ 24.17 30.92 61.19 -
YUV 122.1 173.65 47.33 -
System Red Green Blue C M Y K H S L
Decimal 9 164 203 0.96 0.19 0 0.20 192.06 0.92 0.42
Hex 9 A4 CB 60 13 0 14 C0 5C 2A
Octal 11 244 313 140 23 0 24 300 134 52
Binary 1001 10100100 11001011 1100000 10011 0 10100 11000000 1011100 101010

Color Harmonies of #09A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A4CB

Black with #09A4CB

Text Example


Text Example

White with #09A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,164,203); }

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

background-color css

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

 a { background-color: rgb(9,164,203); }

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

border-color css

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

 span { border-color: rgb(9,164,203); }

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