Html Css Color HEX #0A91A9 Bondi Blue

📋 copy color: '#0A91A9'

red 10 ◦ green 145 ◦ blue 169

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

Shades of Bondi Blue #0A91A9

Tints of Bondi Blue #0A91A9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

 BLUE value IS 169 (66.41% from 255) = 52.16%

R = 3.09%
G = 44.75%
B = 52.16%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0A91A9 (or 0x0A91A9) is known color: Bondi Blue. HEX triplet: 0A, 91 and A9. RGB value is (10,145,169). Sum of RGB (Red+Green+Blue) = 10+145+169=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A91A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A91A9 is #F56E56. Grayscale: #6B6B6B. Windows color (decimal): -16084567 or 11112714. OLE color: 11112714.

HSL color Cylindrical-coordinate representation of color #0A91A9: hue angle of 189.06º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A91A9 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 10 145 169 -
CMYK 0.94 0.14 0 0.34
HSL 189.06º 0.89% 0.35% -
HSV(B) 189.06º 0.94% 0.66% -
XYZ 17.41 23.18 41.09 -
YUV 107.37 162.77 58.55 -
System Red Green Blue C M Y K H S L
Decimal 10 145 169 0.94 0.14 0 0.34 189.06 0.89 0.35
Hex A 91 A9 5E E 0 22 BD 59 23
Octal 12 221 251 136 16 0 42 275 131 43
Binary 1010 10010001 10101001 1011110 1110 0 100010 10111101 1011001 100011

Color Harmonies of #0A91A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A91A9

Black with #0A91A9

Text Example


Text Example

White with #0A91A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,145,169); }

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

background-color css

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

 a { background-color: rgb(10,145,169); }

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

border-color css

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

 span { border-color: rgb(10,145,169); }

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