Html Css Color HEX #009ABF Pacific Blue

📋 copy color: '#009ABF'

red 0 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #009ABF

Tints of Pacific Blue #009ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.36%

R = 0%
G = 44.64%
B = 55.36%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#009ABF (or 0x009ABF) is known color: Pacific Blue. HEX triplet: 00, 9A and BF. RGB value is (0,154,191). Sum of RGB (Red+Green+Blue) = 0+154+191=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #009ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABF is #FF6540. Grayscale: #6F6F6F. Windows color (decimal): -16737601 or 12556800. OLE color: 12556800.

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

Color convert

RGB 0 154 191 -
CMYK 1 0.19 0 0.25
HSL 191.62º 1% 0.37% -
HSV(B) 191.62º 1% 0.75% -
XYZ 20.96 26.87 53.37 -
YUV 112.17 172.48 47.99 -
System Red Green Blue C M Y K H S L
Decimal 0 154 191 1 0.19 0 0.25 191.62 1 0.37
Hex 0 9A BF 64 13 0 19 C0 64 25
Octal 0 232 277 144 23 0 31 300 144 45
Binary 0 10011010 10111111 1100100 10011 0 11001 11000000 1100100 100101

Color Harmonies of #009ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ABF

Black with #009ABF

Text Example


Text Example

White with #009ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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