Html Css Color HEX #0A9DBA Bondi Blue

📋 copy color: '#0A9DBA'

red 10 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #0A9DBA

Tints of Bondi Blue #0A9DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.48%

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

R = 2.83%
G = 44.48%
B = 52.69%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A9DBA (or 0x0A9DBA) is known color: Bondi Blue. HEX triplet: 0A, 9D and BA. RGB value is (10,157,186). Sum of RGB (Red+Green+Blue) = 10+157+186=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A9DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DBA is #F56245. Grayscale: #747474. Windows color (decimal): -16081478 or 12229898. OLE color: 12229898.

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

Color convert

RGB 10 157 186 -
CMYK 0.95 0.16 0 0.27
HSL 189.89º 0.9% 0.38% -
HSV(B) 189.89º 0.95% 0.73% -
XYZ 21.05 27.72 50.7 -
YUV 116.35 167.3 52.14 -
System Red Green Blue C M Y K H S L
Decimal 10 157 186 0.95 0.16 0 0.27 189.89 0.9 0.38
Hex A 9D BA 5F 10 0 1B BE 5A 26
Octal 12 235 272 137 20 0 33 276 132 46
Binary 1010 10011101 10111010 1011111 10000 0 11011 10111110 1011010 100110

Color Harmonies of #0A9DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9DBA

Black with #0A9DBA

Text Example


Text Example

White with #0A9DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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