Html Css Color HEX #0892AD Bondi Blue

📋 copy color: '#0892AD'

red 8 ◦ green 146 ◦ blue 173

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

Shades of Bondi Blue #0892AD

Tints of Bondi Blue #0892AD

RGB

 RED value IS 8 (3.52% from 255) = 2.45%

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

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

R = 2.45%
G = 44.65%
B = 52.91%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0892AD (or 0x0892AD) is known color: Bondi Blue. HEX triplet: 08, 92 and AD. RGB value is (8,146,173). Sum of RGB (Red+Green+Blue) = 8+146+173=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0892AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0892AD is #F76D52. Grayscale: #6B6B6B. Windows color (decimal): -16215379 or 11375112. OLE color: 11375112.

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

Color convert

RGB 8 146 173 -
CMYK 0.95 0.16 0 0.32
HSL 189.82º 0.91% 0.35% -
HSV(B) 189.82º 0.95% 0.68% -
XYZ 17.92 23.63 43.15 -
YUV 107.82 164.78 56.8 -
System Red Green Blue C M Y K H S L
Decimal 8 146 173 0.95 0.16 0 0.32 189.82 0.91 0.35
Hex 8 92 AD 5F 10 0 20 BE 5B 23
Octal 10 222 255 137 20 0 40 276 133 43
Binary 1000 10010010 10101101 1011111 10000 0 100000 10111110 1011011 100011

Color Harmonies of #0892AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892AD

Black with #0892AD

Text Example


Text Example

White with #0892AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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