Html Css Color HEX #0A9EBD Pacific Blue

📋 copy color: '#0A9EBD'

red 10 ◦ green 158 ◦ blue 189

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

Shades of Pacific Blue #0A9EBD

Tints of Pacific Blue #0A9EBD

RGB

 RED value IS 10 (4.3% from 255) = 2.8%

 GREEN value IS 158 (62.11% from 255) = 44.26%

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

R = 2.8%
G = 44.26%
B = 52.94%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A9EBD (or 0x0A9EBD) is known color: Pacific Blue. HEX triplet: 0A, 9E and BD. RGB value is (10,158,189). Sum of RGB (Red+Green+Blue) = 10+158+189=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A9EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9EBD is #F56142. Grayscale: #757575. Windows color (decimal): -16081219 or 12426762. OLE color: 12426762.

HSL color Cylindrical-coordinate representation of color #0A9EBD: hue angle of 190.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9EBD is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 158 189 -
CMYK 0.95 0.16 0 0.26
HSL 190.39º 0.9% 0.39% -
HSV(B) 190.39º 0.95% 0.74% -
XYZ 21.54 28.19 52.45 -
YUV 117.28 168.47 51.48 -
System Red Green Blue C M Y K H S L
Decimal 10 158 189 0.95 0.16 0 0.26 190.39 0.9 0.39
Hex A 9E BD 5F 10 0 1A BE 5A 27
Octal 12 236 275 137 20 0 32 276 132 47
Binary 1010 10011110 10111101 1011111 10000 0 11010 10111110 1011010 100111

Color Harmonies of #0A9EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9EBD

Black with #0A9EBD

Text Example


Text Example

White with #0A9EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,158,189); }

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

background-color css

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

 a { background-color: rgb(10,158,189); }

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

border-color css

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

 span { border-color: rgb(10,158,189); }

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