Html Css Color HEX #0289AE Bondi Blue

📋 copy color: '#0289AE'

red 2 ◦ green 137 ◦ blue 174

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

Shades of Bondi Blue #0289AE

Tints of Bondi Blue #0289AE

RGB

 RED value IS 2 (1.17% from 255) = 0.64%

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

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

R = 0.64%
G = 43.77%
B = 55.59%

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

#0289AE (or 0x0289AE) is known color: Bondi Blue. HEX triplet: 02, 89 and AE. RGB value is (2,137,174). Sum of RGB (Red+Green+Blue) = 2+137+174=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #0289AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0289AE is #FD7651. Grayscale: #646464. Windows color (decimal): -16610898 or 11438338. OLE color: 11438338.

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

Color convert

RGB 2 137 174 -
CMYK 0.99 0.21 0 0.32
HSL 192.91º 0.98% 0.35% -
HSV(B) 192.91º 0.99% 0.68% -
XYZ 16.61 20.96 43.21 -
YUV 100.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 2 137 174 0.99 0.21 0 0.32 192.91 0.98 0.35
Hex 2 89 AE 63 15 0 20 C1 62 23
Octal 2 211 256 143 25 0 40 301 142 43
Binary 10 10001001 10101110 1100011 10101 0 100000 11000001 1100010 100011

Color Harmonies of #0289AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289AE

Black with #0289AE

Text Example


Text Example

White with #0289AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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