Html Css Color HEX #0992AA Bondi Blue

📋 copy color: '#0992AA'

red 9 ◦ green 146 ◦ blue 170

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

Shades of Bondi Blue #0992AA

Tints of Bondi Blue #0992AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 2.77%
G = 44.92%
B = 52.31%

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

#0992AA (or 0x0992AA) is known color: Bondi Blue. HEX triplet: 09, 92 and AA. RGB value is (9,146,170). Sum of RGB (Red+Green+Blue) = 9+146+170=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #0992AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0992AA is #F66D55. Grayscale: #6B6B6B. Windows color (decimal): -16149846 or 11178505. OLE color: 11178505.

HSL color Cylindrical-coordinate representation of color #0992AA: hue angle of 188.94º 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 #0992AA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 146 170 -
CMYK 0.95 0.14 0 0.33
HSL 188.94º 0.9% 0.35% -
HSV(B) 188.94º 0.95% 0.67% -
XYZ 17.65 23.52 41.64 -
YUV 107.77 163.11 57.55 -
System Red Green Blue C M Y K H S L
Decimal 9 146 170 0.95 0.14 0 0.33 188.94 0.9 0.35
Hex 9 92 AA 5F E 0 21 BD 5A 23
Octal 11 222 252 137 16 0 41 275 132 43
Binary 1001 10010010 10101010 1011111 1110 0 100001 10111101 1011010 100011

Color Harmonies of #0992AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992AA

Black with #0992AA

Text Example


Text Example

White with #0992AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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