Html Css Color HEX #009AD0 Pacific Blue

📋 copy color: '#009AD0'

red 0 ◦ green 154 ◦ blue 208

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

Shades of Pacific Blue #009AD0

Tints of Pacific Blue #009AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.46%

R = 0%
G = 42.54%
B = 57.46%

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

#009AD0 (or 0x009AD0) is known color: Pacific Blue. HEX triplet: 00, 9A and D0. RGB value is (0,154,208). Sum of RGB (Red+Green+Blue) = 0+154+208=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #009AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AD0 is #FF652F. Grayscale: #717171. Windows color (decimal): -16737584 or 13670912. OLE color: 13670912.

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

Color convert

RGB 0 154 208 -
CMYK 1 0.26 0 0.18
HSL 195.58º 1% 0.41% -
HSV(B) 195.58º 1% 0.82% -
XYZ 22.94 27.67 63.81 -
YUV 114.11 180.98 46.61 -
System Red Green Blue C M Y K H S L
Decimal 0 154 208 1 0.26 0 0.18 195.58 1 0.41
Hex 0 9A D0 64 1A 0 12 C4 64 29
Octal 0 232 320 144 32 0 22 304 144 51
Binary 0 10011010 11010000 1100100 11010 0 10010 11000100 1100100 101001

Color Harmonies of #009AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AD0

Black with #009AD0

Text Example


Text Example

White with #009AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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