Html Css Color HEX #0092AD Bondi Blue

📋 copy color: '#0092AD'

red 0 ◦ green 146 ◦ blue 173

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

Shades of Bondi Blue #0092AD

Tints of Bondi Blue #0092AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 0%
G = 45.77%
B = 54.23%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0092AD (or 0x0092AD) is known color: Bondi Blue. HEX triplet: 00, 92 and AD. RGB value is (0,146,173). Sum of RGB (Red+Green+Blue) = 0+146+173=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #0092AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0092AD is #FF6D52. Grayscale: #696969. Windows color (decimal): -16739667 or 11375104. OLE color: 11375104.

HSL color Cylindrical-coordinate representation of color #0092AD: hue angle of 189.36º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092AD is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 146 173 -
CMYK 1 0.16 0 0.32
HSL 189.36º 1% 0.34% -
HSV(B) 189.36º 1% 0.68% -
XYZ 17.82 23.57 43.15 -
YUV 105.42 166.13 52.8 -
System Red Green Blue C M Y K H S L
Decimal 0 146 173 1 0.16 0 0.32 189.36 1 0.34
Hex 0 92 AD 64 10 0 20 BD 64 22
Octal 0 222 255 144 20 0 40 275 144 42
Binary 0 10010010 10101101 1100100 10000 0 100000 10111101 1100100 100010

Color Harmonies of #0092AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0092AD

Black with #0092AD

Text Example


Text Example

White with #0092AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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