Html Css Color HEX #09A0CD Pacific Blue

📋 copy color: '#09A0CD'

red 9 ◦ green 160 ◦ blue 205

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

Shades of Pacific Blue #09A0CD

Tints of Pacific Blue #09A0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 2.41%
G = 42.78%
B = 54.81%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09A0CD (or 0x09A0CD) is known color: Pacific Blue. HEX triplet: 09, A0 and CD. RGB value is (9,160,205). Sum of RGB (Red+Green+Blue) = 9+160+205=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #09A0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0CD is #F65F32. Grayscale: #777777. Windows color (decimal): -16146227 or 13475849. OLE color: 13475849.

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

Color convert

RGB 9 160 205 -
CMYK 0.96 0.22 0 0.20
HSL 193.78º 0.92% 0.42% -
HSV(B) 193.78º 0.96% 0.8% -
XYZ 23.7 29.61 62.22 -
YUV 119.98 175.97 48.84 -
System Red Green Blue C M Y K H S L
Decimal 9 160 205 0.96 0.22 0 0.20 193.78 0.92 0.42
Hex 9 A0 CD 60 16 0 14 C2 5C 2A
Octal 11 240 315 140 26 0 24 302 134 52
Binary 1001 10100000 11001101 1100000 10110 0 10100 11000010 1011100 101010

Color Harmonies of #09A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0CD

Black with #09A0CD

Text Example


Text Example

White with #09A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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