Html Css Color HEX #009ABD Pacific Blue

📋 copy color: '#009ABD'

red 0 ◦ green 154 ◦ blue 189

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

Shades of Pacific Blue #009ABD

Tints of Pacific Blue #009ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.1%

R = 0%
G = 44.9%
B = 55.1%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#009ABD (or 0x009ABD) is known color: Pacific Blue. HEX triplet: 00, 9A and BD. RGB value is (0,154,189). Sum of RGB (Red+Green+Blue) = 0+154+189=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #009ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABD is #FF6542. Grayscale: #6F6F6F. Windows color (decimal): -16737603 or 12425728. OLE color: 12425728.

HSL color Cylindrical-coordinate representation of color #009ABD: hue angle of 191.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ABD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 154 189 -
CMYK 1 0.19 0 0.26
HSL 191.11º 1% 0.37% -
HSV(B) 191.11º 1% 0.74% -
XYZ 20.74 26.79 52.22 -
YUV 111.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 0 154 189 1 0.19 0 0.26 191.11 1 0.37
Hex 0 9A BD 64 13 0 1A BF 64 25
Octal 0 232 275 144 23 0 32 277 144 45
Binary 0 10011010 10111101 1100100 10011 0 11010 10111111 1100100 100101

Color Harmonies of #009ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ABD

Black with #009ABD

Text Example


Text Example

White with #009ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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