Html Css Color HEX #0993AA Bondi Blue

📋 copy color: '#0993AA'

red 9 ◦ green 147 ◦ blue 170

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

Shades of Bondi Blue #0993AA

Tints of Bondi Blue #0993AA

RGB

 RED value IS 9 (3.91% from 255) = 2.76%

 GREEN value IS 147 (57.81% from 255) = 45.09%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 2.76%
G = 45.09%
B = 52.15%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0993AA (or 0x0993AA) is known color: Bondi Blue. HEX triplet: 09, 93 and AA. RGB value is (9,147,170). Sum of RGB (Red+Green+Blue) = 9+147+170=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #0993AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0993AA is #F66C55. Grayscale: #6C6C6C. Windows color (decimal): -16149590 or 11178761. OLE color: 11178761.

HSL color Cylindrical-coordinate representation of color #0993AA: hue angle of 188.57º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0993AA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 147 170 -
CMYK 0.95 0.14 0 0.33
HSL 188.57º 0.9% 0.35% -
HSV(B) 188.57º 0.95% 0.67% -
XYZ 17.8 23.83 41.69 -
YUV 108.36 162.78 57.13 -
System Red Green Blue C M Y K H S L
Decimal 9 147 170 0.95 0.14 0 0.33 188.57 0.9 0.35
Hex 9 93 AA 5F E 0 21 BD 5A 23
Octal 11 223 252 137 16 0 41 275 132 43
Binary 1001 10010011 10101010 1011111 1110 0 100001 10111101 1011010 100011

Color Harmonies of #0993AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993AA

Black with #0993AA

Text Example


Text Example

White with #0993AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0993AA; }

 p { color: rgb(9,147,170); }

 H1.HeaderClassName
 {
   color: #0993AA;
 }
 .AnyTagClassName
 {
   color: #0993AA;
 }
</style>

background-color css

<style>
 a { background-color: #0993AA; }

 a { background-color: rgb(9,147,170); }

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

border-color css

<style>
 span { border-color: #0993AA; }

 span { border-color: rgb(9,147,170); }

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