Html Css Color HEX #009AD2 Pacific Blue

📋 copy color: '#009AD2'

red 0 ◦ green 154 ◦ blue 210

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

Shades of Pacific Blue #009AD2

Tints of Pacific Blue #009AD2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 210 (82.42% from 255) = 57.69%

R = 0%
G = 42.31%
B = 57.69%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#009AD2 (or 0x009AD2) is known color: Pacific Blue. HEX triplet: 00, 9A and D2. RGB value is (0,154,210). Sum of RGB (Red+Green+Blue) = 0+154+210=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 210 (82.42% from 255 or 57.69% from 364); Max value from RGB is 210 - color contains mainly: blue. Hex color #009AD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AD2 is #FF652D. Grayscale: #717171. Windows color (decimal): -16737582 or 13801984. OLE color: 13801984.

HSL color Cylindrical-coordinate representation of color #009AD2: hue angle of 196º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AD2 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 154 210 -
CMYK 1 0.27 0 0.18
HSL 196º 1% 0.41% -
HSV(B) 196º 1% 0.82% -
XYZ 23.19 27.76 65.11 -
YUV 114.34 181.98 46.45 -
System Red Green Blue C M Y K H S L
Decimal 0 154 210 1 0.27 0 0.18 196 1 0.41
Hex 0 9A D2 64 1B 0 12 C4 64 29
Octal 0 232 322 144 33 0 22 304 144 51
Binary 0 10011010 11010010 1100100 11011 0 10010 11000100 1100100 101001

Color Harmonies of #009AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AD2

Black with #009AD2

Text Example


Text Example

White with #009AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009AD2; }

 p { color: rgb(0,154,210); }

 H1.HeaderClassName
 {
   color: #009AD2;
 }
 .AnyTagClassName
 {
   color: #009AD2;
 }
</style>

background-color css

<style>
 a { background-color: #009AD2; }

 a { background-color: rgb(0,154,210); }

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

border-color css

<style>
 span { border-color: #009AD2; }

 span { border-color: rgb(0,154,210); }

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