Html Css Color HEX #009AD1 Pacific Blue

📋 copy color: '#009AD1'

red 0 ◦ green 154 ◦ blue 209

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

Shades of Pacific Blue #009AD1

Tints of Pacific Blue #009AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.58%

R = 0%
G = 42.42%
B = 57.58%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#009AD1 (or 0x009AD1) is known color: Pacific Blue. HEX triplet: 00, 9A and D1. RGB value is (0,154,209). Sum of RGB (Red+Green+Blue) = 0+154+209=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #009AD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AD1 is #FF652E. Grayscale: #717171. Windows color (decimal): -16737583 or 13736448. OLE color: 13736448.

HSL color Cylindrical-coordinate representation of color #009AD1: hue angle of 195.79º 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 #009AD1 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 154 209 -
CMYK 1 0.26 0 0.18
HSL 195.79º 1% 0.41% -
HSV(B) 195.79º 1% 0.82% -
XYZ 23.06 27.71 64.46 -
YUV 114.22 181.48 46.53 -
System Red Green Blue C M Y K H S L
Decimal 0 154 209 1 0.26 0 0.18 195.79 1 0.41
Hex 0 9A D1 64 1A 0 12 C4 64 29
Octal 0 232 321 144 32 0 22 304 144 51
Binary 0 10011010 11010001 1100100 11010 0 10010 11000100 1100100 101001

Color Harmonies of #009AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AD1

Black with #009AD1

Text Example


Text Example

White with #009AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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