Html Css Color HEX #09A0D7 Pacific Blue

📋 copy color: '#09A0D7'

red 9 ◦ green 160 ◦ blue 215

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

Shades of Pacific Blue #09A0D7

Tints of Pacific Blue #09A0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 2.34%
G = 41.67%
B = 55.99%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#09A0D7 (or 0x09A0D7) is known color: Pacific Blue. HEX triplet: 09, A0 and D7. RGB value is (9,160,215). Sum of RGB (Red+Green+Blue) = 9+160+215=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #09A0D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0D7 is #F65F28. Grayscale: #787878. Windows color (decimal): -16146217 or 14131209. OLE color: 14131209.

HSL color Cylindrical-coordinate representation of color #09A0D7: hue angle of 196.02º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0D7 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 160 215 -
CMYK 0.96 0.26 0 0.16
HSL 196.02º 0.92% 0.44% -
HSV(B) 196.02º 0.96% 0.84% -
XYZ 24.95 30.11 68.79 -
YUV 121.12 180.97 48.03 -
System Red Green Blue C M Y K H S L
Decimal 9 160 215 0.96 0.26 0 0.16 196.02 0.92 0.44
Hex 9 A0 D7 60 1A 0 10 C4 5C 2C
Octal 11 240 327 140 32 0 20 304 134 54
Binary 1001 10100000 11010111 1100000 11010 0 10000 11000100 1011100 101100

Color Harmonies of #09A0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0D7

Black with #09A0D7

Text Example


Text Example

White with #09A0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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