Html Css Color HEX #0A9EBA Bondi Blue

📋 copy color: '#0A9EBA'

red 10 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #0A9EBA

Tints of Bondi Blue #0A9EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 2.82%
G = 44.63%
B = 52.54%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A9EBA (or 0x0A9EBA) is known color: Bondi Blue. HEX triplet: 0A, 9E and BA. RGB value is (10,158,186). Sum of RGB (Red+Green+Blue) = 10+158+186=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A9EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9EBA is #F56145. Grayscale: #747474. Windows color (decimal): -16081222 or 12230154. OLE color: 12230154.

HSL color Cylindrical-coordinate representation of color #0A9EBA: hue angle of 189.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9EBA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 158 186 -
CMYK 0.95 0.15 0 0.27
HSL 189.55º 0.9% 0.38% -
HSV(B) 189.55º 0.95% 0.73% -
XYZ 21.21 28.06 50.75 -
YUV 116.94 166.97 51.72 -
System Red Green Blue C M Y K H S L
Decimal 10 158 186 0.95 0.15 0 0.27 189.55 0.9 0.38
Hex A 9E BA 5F F 0 1B BE 5A 26
Octal 12 236 272 137 17 0 33 276 132 46
Binary 1010 10011110 10111010 1011111 1111 0 11011 10111110 1011010 100110

Color Harmonies of #0A9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9EBA

Black with #0A9EBA

Text Example


Text Example

White with #0A9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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