Html Css Color HEX #0A96AC Bondi Blue

📋 copy color: '#0A96AC'

red 10 ◦ green 150 ◦ blue 172

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

Shades of Bondi Blue #0A96AC

Tints of Bondi Blue #0A96AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

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

R = 3.01%
G = 45.18%
B = 51.81%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A96AC (or 0x0A96AC) is known color: Bondi Blue. HEX triplet: 0A, 96 and AC. RGB value is (10,150,172). Sum of RGB (Red+Green+Blue) = 10+150+172=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A96AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A96AC is #F56953. Grayscale: #6E6E6E. Windows color (decimal): -16083284 or 11310602. OLE color: 11310602.

HSL color Cylindrical-coordinate representation of color #0A96AC: hue angle of 188.15º 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 #0A96AC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 150 172 -
CMYK 0.94 0.13 0 0.33
HSL 188.15º 0.89% 0.36% -
HSV(B) 188.15º 0.94% 0.67% -
XYZ 18.48 24.86 42.85 -
YUV 110.65 162.62 56.21 -
System Red Green Blue C M Y K H S L
Decimal 10 150 172 0.94 0.13 0 0.33 188.15 0.89 0.36
Hex A 96 AC 5E D 0 21 BC 59 24
Octal 12 226 254 136 15 0 41 274 131 44
Binary 1010 10010110 10101100 1011110 1101 0 100001 10111100 1011001 100100

Color Harmonies of #0A96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A96AC

Black with #0A96AC

Text Example


Text Example

White with #0A96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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