Html Css Color HEX #0D9ABE Pacific Blue

📋 copy color: '#0D9ABE'

red 13 ◦ green 154 ◦ blue 190

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

Shades of Pacific Blue #0D9ABE

Tints of Pacific Blue #0D9ABE

RGB

 RED value IS 13 (5.47% from 255) = 3.64%

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 3.64%
G = 43.14%
B = 53.22%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D9ABE (or 0x0D9ABE) is known color: Pacific Blue. HEX triplet: 0D, 9A and BE. RGB value is (13,154,190). Sum of RGB (Red+Green+Blue) = 13+154+190=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D9ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9ABE is #F26541. Grayscale: #737373. Windows color (decimal): -15885634 or 12491277. OLE color: 12491277.

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

Color convert

RGB 13 154 190 -
CMYK 0.93 0.19 0 0.25
HSL 192.2º 0.87% 0.4% -
HSV(B) 192.2º 0.93% 0.75% -
XYZ 21.02 26.91 52.8 -
YUV 115.95 169.79 54.57 -
System Red Green Blue C M Y K H S L
Decimal 13 154 190 0.93 0.19 0 0.25 192.2 0.87 0.4
Hex D 9A BE 5D 13 0 19 C0 57 28
Octal 15 232 276 135 23 0 31 300 127 50
Binary 1101 10011010 10111110 1011101 10011 0 11001 11000000 1010111 101000

Color Harmonies of #0D9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9ABE

Black with #0D9ABE

Text Example


Text Example

White with #0D9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D9ABE; }

 p { color: rgb(13,154,190); }

 H1.HeaderClassName
 {
   color: #0D9ABE;
 }
 .AnyTagClassName
 {
   color: #0D9ABE;
 }
</style>

background-color css

<style>
 a { background-color: #0D9ABE; }

 a { background-color: rgb(13,154,190); }

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

border-color css

<style>
 span { border-color: #0D9ABE; }

 span { border-color: rgb(13,154,190); }

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