Html Css Color HEX #058BAE Bondi Blue

📋 copy color: '#058BAE'

red 5 ◦ green 139 ◦ blue 174

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

Shades of Bondi Blue #058BAE

Tints of Bondi Blue #058BAE

RGB

 RED value IS 5 (2.34% from 255) = 1.57%

 GREEN value IS 139 (54.69% from 255) = 43.71%

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

R = 1.57%
G = 43.71%
B = 54.72%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#058BAE (or 0x058BAE) is known color: Bondi Blue. HEX triplet: 05, 8B and AE. RGB value is (5,139,174). Sum of RGB (Red+Green+Blue) = 5+139+174=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #058BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058BAE is #FA7451. Grayscale: #666666. Windows color (decimal): -16413778 or 11438853. OLE color: 11438853.

HSL color Cylindrical-coordinate representation of color #058BAE: hue angle of 192.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058BAE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 139 174 -
CMYK 0.97 0.20 0 0.32
HSL 192.43º 0.94% 0.35% -
HSV(B) 192.43º 0.97% 0.68% -
XYZ 16.94 21.55 43.31 -
YUV 102.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 5 139 174 0.97 0.20 0 0.32 192.43 0.94 0.35
Hex 5 8B AE 61 14 0 20 C0 5E 23
Octal 5 213 256 141 24 0 40 300 136 43
Binary 101 10001011 10101110 1100001 10100 0 100000 11000000 1011110 100011

Color Harmonies of #058BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BAE

Black with #058BAE

Text Example


Text Example

White with #058BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058BAE; }

 p { color: rgb(5,139,174); }

 H1.HeaderClassName
 {
   color: #058BAE;
 }
 .AnyTagClassName
 {
   color: #058BAE;
 }
</style>

background-color css

<style>
 a { background-color: #058BAE; }

 a { background-color: rgb(5,139,174); }

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

border-color css

<style>
 span { border-color: #058BAE; }

 span { border-color: rgb(5,139,174); }

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