Html Css Color HEX #0A99AC Bondi Blue

📋 copy color: '#0A99AC'

red 10 ◦ green 153 ◦ blue 172

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

Shades of Bondi Blue #0A99AC

Tints of Bondi Blue #0A99AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 2.99%
G = 45.67%
B = 51.34%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A99AC (or 0x0A99AC) is known color: Bondi Blue. HEX triplet: 0A, 99 and AC. RGB value is (10,153,172). Sum of RGB (Red+Green+Blue) = 10+153+172=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A99AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A99AC is #F56653. Grayscale: #707070. Windows color (decimal): -16082516 or 11311370. OLE color: 11311370.

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

Color convert

RGB 10 153 172 -
CMYK 0.94 0.11 0 0.33
HSL 187.04º 0.89% 0.36% -
HSV(B) 187.04º 0.94% 0.67% -
XYZ 18.96 25.83 43.02 -
YUV 112.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 10 153 172 0.94 0.11 0 0.33 187.04 0.89 0.36
Hex A 99 AC 5E B 0 21 BB 59 24
Octal 12 231 254 136 13 0 41 273 131 44
Binary 1010 10011001 10101100 1011110 1011 0 100001 10111011 1011001 100100

Color Harmonies of #0A99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A99AC

Black with #0A99AC

Text Example


Text Example

White with #0A99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,153,172); }

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

background-color css

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

 a { background-color: rgb(10,153,172); }

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

border-color css

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

 span { border-color: rgb(10,153,172); }

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