Html Css Color HEX #0588BE Bondi Blue

📋 copy color: '#0588BE'

red 5 ◦ green 136 ◦ blue 190

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

Shades of Bondi Blue #0588BE

Tints of Bondi Blue #0588BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 1.51%
G = 41.09%
B = 57.4%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0588BE (or 0x0588BE) is known color: Bondi Blue. HEX triplet: 05, 88 and BE. RGB value is (5,136,190). Sum of RGB (Red+Green+Blue) = 5+136+190=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #0588BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0588BE is #FA7741. Grayscale: #666666. Windows color (decimal): -16414530 or 12486661. OLE color: 12486661.

HSL color Cylindrical-coordinate representation of color #0588BE: hue angle of 197.51º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0588BE is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 136 190 -
CMYK 0.97 0.28 0 0.25
HSL 197.51º 0.95% 0.38% -
HSV(B) 197.51º 0.97% 0.75% -
XYZ 18.16 21.36 51.88 -
YUV 102.99 177.1 58.11 -
System Red Green Blue C M Y K H S L
Decimal 5 136 190 0.97 0.28 0 0.25 197.51 0.95 0.38
Hex 5 88 BE 61 1C 0 19 C6 5F 26
Octal 5 210 276 141 34 0 31 306 137 46
Binary 101 10001000 10111110 1100001 11100 0 11001 11000110 1011111 100110

Color Harmonies of #0588BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588BE

Black with #0588BE

Text Example


Text Example

White with #0588BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0588BE; }

 p { color: rgb(5,136,190); }

 H1.HeaderClassName
 {
   color: #0588BE;
 }
 .AnyTagClassName
 {
   color: #0588BE;
 }
</style>

background-color css

<style>
 a { background-color: #0588BE; }

 a { background-color: rgb(5,136,190); }

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

border-color css

<style>
 span { border-color: #0588BE; }

 span { border-color: rgb(5,136,190); }

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