Html Css Color HEX #0A9BBA Bondi Blue

📋 copy color: '#0A9BBA'

red 10 ◦ green 155 ◦ blue 186

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

Shades of Bondi Blue #0A9BBA

Tints of Bondi Blue #0A9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

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

R = 2.85%
G = 44.16%
B = 52.99%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A9BBA (or 0x0A9BBA) is known color: Bondi Blue. HEX triplet: 0A, 9B and BA. RGB value is (10,155,186). Sum of RGB (Red+Green+Blue) = 10+155+186=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A9BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9BBA is #F56445. Grayscale: #727272. Windows color (decimal): -16081990 or 12229386. OLE color: 12229386.

HSL color Cylindrical-coordinate representation of color #0A9BBA: hue angle of 190.57º 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 #0A9BBA is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 155 186 -
CMYK 0.95 0.17 0 0.27
HSL 190.57º 0.9% 0.38% -
HSV(B) 190.57º 0.95% 0.73% -
XYZ 20.71 27.05 50.58 -
YUV 115.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 10 155 186 0.95 0.17 0 0.27 190.57 0.9 0.38
Hex A 9B BA 5F 11 0 1B BF 5A 26
Octal 12 233 272 137 21 0 33 277 132 46
Binary 1010 10011011 10111010 1011111 10001 0 11011 10111111 1011010 100110

Color Harmonies of #0A9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9BBA

Black with #0A9BBA

Text Example


Text Example

White with #0A9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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