Html Css Color HEX #09A0CA Pacific Blue

📋 copy color: '#09A0CA'

red 9 ◦ green 160 ◦ blue 202

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

Shades of Pacific Blue #09A0CA

Tints of Pacific Blue #09A0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 2.43%
G = 43.13%
B = 54.45%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#09A0CA (or 0x09A0CA) is known color: Pacific Blue. HEX triplet: 09, A0 and CA. RGB value is (9,160,202). Sum of RGB (Red+Green+Blue) = 9+160+202=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #09A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0CA is #F65F35. Grayscale: #777777. Windows color (decimal): -16146230 or 13279241. OLE color: 13279241.

HSL color Cylindrical-coordinate representation of color #09A0CA: hue angle of 193.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0CA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 160 202 -
CMYK 0.96 0.21 0 0.21
HSL 193.06º 0.91% 0.41% -
HSV(B) 193.06º 0.96% 0.79% -
XYZ 23.34 29.46 60.33 -
YUV 119.64 174.47 49.08 -
System Red Green Blue C M Y K H S L
Decimal 9 160 202 0.96 0.21 0 0.21 193.06 0.91 0.41
Hex 9 A0 CA 60 15 0 15 C1 5B 29
Octal 11 240 312 140 25 0 25 301 133 51
Binary 1001 10100000 11001010 1100000 10101 0 10101 11000001 1011011 101001

Color Harmonies of #09A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0CA

Black with #09A0CA

Text Example


Text Example

White with #09A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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