Html Css Color HEX #0189AE Bondi Blue

📋 copy color: '#0189AE'

red 1 ◦ green 137 ◦ blue 174

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

Shades of Bondi Blue #0189AE

Tints of Bondi Blue #0189AE

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 0.32%
G = 43.91%
B = 55.77%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0189AE (or 0x0189AE) is known color: Bondi Blue. HEX triplet: 01, 89 and AE. RGB value is (1,137,174). Sum of RGB (Red+Green+Blue) = 1+137+174=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #0189AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189AE is #FE7651. Grayscale: #646464. Windows color (decimal): -16676434 or 11438337. OLE color: 11438337.

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

Color convert

RGB 1 137 174 -
CMYK 0.99 0.21 0 0.32
HSL 192.83º 0.99% 0.34% -
HSV(B) 192.83º 0.99% 0.68% -
XYZ 16.6 20.95 43.21 -
YUV 100.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 1 137 174 0.99 0.21 0 0.32 192.83 0.99 0.34
Hex 1 89 AE 63 15 0 20 C1 63 22
Octal 1 211 256 143 25 0 40 301 143 42
Binary 1 10001001 10101110 1100011 10101 0 100000 11000001 1100011 100010

Color Harmonies of #0189AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189AE

Black with #0189AE

Text Example


Text Example

White with #0189AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0189AE; }

 p { color: rgb(1,137,174); }

 H1.HeaderClassName
 {
   color: #0189AE;
 }
 .AnyTagClassName
 {
   color: #0189AE;
 }
</style>

background-color css

<style>
 a { background-color: #0189AE; }

 a { background-color: rgb(1,137,174); }

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

border-color css

<style>
 span { border-color: #0189AE; }

 span { border-color: rgb(1,137,174); }

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