Html Css Color HEX #009DBD Pacific Blue

📋 copy color: '#009DBD'

red 0 ◦ green 157 ◦ blue 189

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

Shades of Pacific Blue #009DBD

Tints of Pacific Blue #009DBD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

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

R = 0%
G = 45.38%
B = 54.62%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#009DBD (or 0x009DBD) is known color: Pacific Blue. HEX triplet: 00, 9D and BD. RGB value is (0,157,189). Sum of RGB (Red+Green+Blue) = 0+157+189=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #009DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DBD is #FF6242. Grayscale: #717171. Windows color (decimal): -16736835 or 12426496. OLE color: 12426496.

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

Color convert

RGB 0 157 189 -
CMYK 1 0.17 0 0.26
HSL 190.16º 1% 0.37% -
HSV(B) 190.16º 1% 0.74% -
XYZ 21.24 27.79 52.39 -
YUV 113.71 170.49 46.9 -
System Red Green Blue C M Y K H S L
Decimal 0 157 189 1 0.17 0 0.26 190.16 1 0.37
Hex 0 9D BD 64 11 0 1A BE 64 25
Octal 0 235 275 144 21 0 32 276 144 45
Binary 0 10011101 10111101 1100100 10001 0 11010 10111110 1100100 100101

Color Harmonies of #009DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DBD

Black with #009DBD

Text Example


Text Example

White with #009DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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