Html Css Color HEX #009BBD Pacific Blue

📋 copy color: '#009BBD'

red 0 ◦ green 155 ◦ blue 189

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

Shades of Pacific Blue #009BBD

Tints of Pacific Blue #009BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.06%

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

R = 0%
G = 45.06%
B = 54.94%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#009BBD (or 0x009BBD) is known color: Pacific Blue. HEX triplet: 00, 9B and BD. RGB value is (0,155,189). Sum of RGB (Red+Green+Blue) = 0+155+189=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #009BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BBD is #FF6442. Grayscale: #707070. Windows color (decimal): -16737347 or 12425984. OLE color: 12425984.

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

Color convert

RGB 0 155 189 -
CMYK 1 0.18 0 0.26
HSL 190.79º 1% 0.37% -
HSV(B) 190.79º 1% 0.74% -
XYZ 20.91 27.12 52.28 -
YUV 112.53 171.15 47.74 -
System Red Green Blue C M Y K H S L
Decimal 0 155 189 1 0.18 0 0.26 190.79 1 0.37
Hex 0 9B BD 64 12 0 1A BF 64 25
Octal 0 233 275 144 22 0 32 277 144 45
Binary 0 10011011 10111101 1100100 10010 0 11010 10111111 1100100 100101

Color Harmonies of #009BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BBD

Black with #009BBD

Text Example


Text Example

White with #009BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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