Html Css Color HEX #059DB7 Bondi Blue

📋 copy color: '#059DB7'

red 5 ◦ green 157 ◦ blue 183

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

Shades of Bondi Blue #059DB7

Tints of Bondi Blue #059DB7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.51%

 BLUE value IS 183 (71.88% from 255) = 53.04%

R = 1.45%
G = 45.51%
B = 53.04%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#059DB7 (or 0x059DB7) is known color: Bondi Blue. HEX triplet: 05, 9D and B7. RGB value is (5,157,183). Sum of RGB (Red+Green+Blue) = 5+157+183=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #059DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DB7 is #FA6248. Grayscale: #727272. Windows color (decimal): -16409161 or 12033285. OLE color: 12033285.

HSL color Cylindrical-coordinate representation of color #059DB7: hue angle of 188.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DB7 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 157 183 -
CMYK 0.97 0.14 0 0.28
HSL 188.76º 0.95% 0.37% -
HSV(B) 188.76º 0.97% 0.72% -
XYZ 20.67 27.57 49.03 -
YUV 114.52 166.64 49.89 -
System Red Green Blue C M Y K H S L
Decimal 5 157 183 0.97 0.14 0 0.28 188.76 0.95 0.37
Hex 5 9D B7 61 E 0 1C BD 5F 25
Octal 5 235 267 141 16 0 34 275 137 45
Binary 101 10011101 10110111 1100001 1110 0 11100 10111101 1011111 100101

Color Harmonies of #059DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DB7

Black with #059DB7

Text Example


Text Example

White with #059DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059DB7; }

 p { color: rgb(5,157,183); }

 H1.HeaderClassName
 {
   color: #059DB7;
 }
 .AnyTagClassName
 {
   color: #059DB7;
 }
</style>

background-color css

<style>
 a { background-color: #059DB7; }

 a { background-color: rgb(5,157,183); }

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

border-color css

<style>
 span { border-color: #059DB7; }

 span { border-color: rgb(5,157,183); }

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