Html Css Color HEX #058CBD Bondi Blue

📋 copy color: '#058CBD'

red 5 ◦ green 140 ◦ blue 189

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

Shades of Bondi Blue #058CBD

Tints of Bondi Blue #058CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.92%

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 1.5%
G = 41.92%
B = 56.59%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#058CBD (or 0x058CBD) is known color: Bondi Blue. HEX triplet: 05, 8C and BD. RGB value is (5,140,189). Sum of RGB (Red+Green+Blue) = 5+140+189=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #058CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CBD is #FA7342. Grayscale: #686868. Windows color (decimal): -16413507 or 12422149. OLE color: 12422149.

HSL color Cylindrical-coordinate representation of color #058CBD: hue angle of 195.98º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CBD is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 140 189 -
CMYK 0.97 0.26 0 0.26
HSL 195.98º 0.95% 0.38% -
HSV(B) 195.98º 0.97% 0.74% -
XYZ 18.63 22.46 51.5 -
YUV 105.22 175.27 56.52 -
System Red Green Blue C M Y K H S L
Decimal 5 140 189 0.97 0.26 0 0.26 195.98 0.95 0.38
Hex 5 8C BD 61 1A 0 1A C4 5F 26
Octal 5 214 275 141 32 0 32 304 137 46
Binary 101 10001100 10111101 1100001 11010 0 11010 11000100 1011111 100110

Color Harmonies of #058CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CBD

Black with #058CBD

Text Example


Text Example

White with #058CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,140,189); }

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

background-color css

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

 a { background-color: rgb(5,140,189); }

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

border-color css

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

 span { border-color: rgb(5,140,189); }

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