Html Css Color HEX #058BBA Bondi Blue

📋 copy color: '#058BBA'

red 5 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #058BBA

Tints of Bondi Blue #058BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 1.52%
G = 42.12%
B = 56.36%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#058BBA (or 0x058BBA) is known color: Bondi Blue. HEX triplet: 05, 8B and BA. RGB value is (5,139,186). Sum of RGB (Red+Green+Blue) = 5+139+186=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #058BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BBA is #FA7445. Grayscale: #676767. Windows color (decimal): -16413766 or 12225285. OLE color: 12225285.

HSL color Cylindrical-coordinate representation of color #058BBA: hue angle of 195.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058BBA is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 139 186 -
CMYK 0.97 0.25 0 0.27
HSL 195.58º 0.95% 0.37% -
HSV(B) 195.58º 0.97% 0.73% -
XYZ 18.16 22.04 49.75 -
YUV 104.29 174.11 57.18 -
System Red Green Blue C M Y K H S L
Decimal 5 139 186 0.97 0.25 0 0.27 195.58 0.95 0.37
Hex 5 8B BA 61 19 0 1B C4 5F 25
Octal 5 213 272 141 31 0 33 304 137 45
Binary 101 10001011 10111010 1100001 11001 0 11011 11000100 1011111 100101

Color Harmonies of #058BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BBA

Black with #058BBA

Text Example


Text Example

White with #058BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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