Html Css Color HEX #0894AD Bondi Blue

📋 copy color: '#0894AD'

red 8 ◦ green 148 ◦ blue 173

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

Shades of Bondi Blue #0894AD

Tints of Bondi Blue #0894AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

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

R = 2.43%
G = 44.98%
B = 52.58%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0894AD (or 0x0894AD) is known color: Bondi Blue. HEX triplet: 08, 94 and AD. RGB value is (8,148,173). Sum of RGB (Red+Green+Blue) = 8+148+173=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #0894AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0894AD is #F76B52. Grayscale: #6C6C6C. Windows color (decimal): -16214867 or 11375624. OLE color: 11375624.

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

Color convert

RGB 8 148 173 -
CMYK 0.95 0.14 0 0.32
HSL 189.09º 0.91% 0.35% -
HSV(B) 189.09º 0.95% 0.68% -
XYZ 18.23 24.25 43.25 -
YUV 108.99 164.12 55.97 -
System Red Green Blue C M Y K H S L
Decimal 8 148 173 0.95 0.14 0 0.32 189.09 0.91 0.35
Hex 8 94 AD 5F E 0 20 BD 5B 23
Octal 10 224 255 137 16 0 40 275 133 43
Binary 1000 10010100 10101101 1011111 1110 0 100000 10111101 1011011 100011

Color Harmonies of #0894AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0894AD

Black with #0894AD

Text Example


Text Example

White with #0894AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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