Html Css Color HEX #0092AA Bondi Blue

📋 copy color: '#0092AA'

red 0 ◦ green 146 ◦ blue 170

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

Shades of Bondi Blue #0092AA

Tints of Bondi Blue #0092AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.2%
B = 53.8%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0092AA (or 0x0092AA) is known color: Bondi Blue. HEX triplet: 00, 92 and AA. RGB value is (0,146,170). Sum of RGB (Red+Green+Blue) = 0+146+170=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #0092AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0092AA is #FF6D55. Grayscale: #686868. Windows color (decimal): -16739670 or 11178496. OLE color: 11178496.

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

Color convert

RGB 0 146 170 -
CMYK 1 0.14 0 0.33
HSL 188.47º 1% 0.33% -
HSV(B) 188.47º 1% 0.67% -
XYZ 17.53 23.46 41.63 -
YUV 105.08 164.63 53.05 -
System Red Green Blue C M Y K H S L
Decimal 0 146 170 1 0.14 0 0.33 188.47 1 0.33
Hex 0 92 AA 64 E 0 21 BC 64 21
Octal 0 222 252 144 16 0 41 274 144 41
Binary 0 10010010 10101010 1100100 1110 0 100001 10111100 1100100 100001

Color Harmonies of #0092AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0092AA

Black with #0092AA

Text Example


Text Example

White with #0092AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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