Html Css Color HEX #0A9DAE Bondi Blue

📋 copy color: '#0A9DAE'

red 10 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #0A9DAE

Tints of Bondi Blue #0A9DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 2.93%
G = 46.04%
B = 51.03%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A9DAE (or 0x0A9DAE) is known color: Bondi Blue. HEX triplet: 0A, 9D and AE. RGB value is (10,157,174). Sum of RGB (Red+Green+Blue) = 10+157+174=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A9DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9DAE is #F56251. Grayscale: #727272. Windows color (decimal): -16081490 or 11443466. OLE color: 11443466.

HSL color Cylindrical-coordinate representation of color #0A9DAE: hue angle of 186.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9DAE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 157 174 -
CMYK 0.94 0.10 0 0.32
HSL 186.22º 0.89% 0.36% -
HSV(B) 186.22º 0.94% 0.68% -
XYZ 19.82 27.23 44.26 -
YUV 114.99 161.3 53.12 -
System Red Green Blue C M Y K H S L
Decimal 10 157 174 0.94 0.10 0 0.32 186.22 0.89 0.36
Hex A 9D AE 5E A 0 20 BA 59 24
Octal 12 235 256 136 12 0 40 272 131 44
Binary 1010 10011101 10101110 1011110 1010 0 100000 10111010 1011001 100100

Color Harmonies of #0A9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9DAE

Black with #0A9DAE

Text Example


Text Example

White with #0A9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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