Html Css Color HEX #059FB8 Bondi Blue

📋 copy color: '#059FB8'

red 5 ◦ green 159 ◦ blue 184

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

Shades of Bondi Blue #059FB8

Tints of Bondi Blue #059FB8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 1.44%
G = 45.69%
B = 52.87%

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

#059FB8 (or 0x059FB8) is known color: Bondi Blue. HEX triplet: 05, 9F and B8. RGB value is (5,159,184). Sum of RGB (Red+Green+Blue) = 5+159+184=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #059FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FB8 is #FA6047. Grayscale: #737373. Windows color (decimal): -16408648 or 12099333. OLE color: 12099333.

HSL color Cylindrical-coordinate representation of color #059FB8: hue angle of 188.38º 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 #059FB8 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 159 184 -
CMYK 0.97 0.14 0 0.28
HSL 188.38º 0.95% 0.37% -
HSV(B) 188.38º 0.97% 0.72% -
XYZ 21.11 28.29 49.7 -
YUV 115.8 166.48 48.97 -
System Red Green Blue C M Y K H S L
Decimal 5 159 184 0.97 0.14 0 0.28 188.38 0.95 0.37
Hex 5 9F B8 61 E 0 1C BC 5F 25
Octal 5 237 270 141 16 0 34 274 137 45
Binary 101 10011111 10111000 1100001 1110 0 11100 10111100 1011111 100101

Color Harmonies of #059FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FB8

Black with #059FB8

Text Example


Text Example

White with #059FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,159,184); }

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

background-color css

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

 a { background-color: rgb(5,159,184); }

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

border-color css

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

 span { border-color: rgb(5,159,184); }

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