Html Css Color HEX #58BBDB Malibu

📋 copy color: '#58BBDB'

red 88 ◦ green 187 ◦ blue 219

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

Shades of Malibu #58BBDB

Tints of Malibu #58BBDB

RGB

 RED value IS 88 (34.77% from 255) = 17.81%

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 17.81%
G = 37.85%
B = 44.33%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58BBDB (or 0x58BBDB) is known color: Malibu. HEX triplet: 58, BB and DB. RGB value is (88,187,219). Sum of RGB (Red+Green+Blue) = 88+187+219=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #58BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBDB is #A74424. Grayscale: #A0A0A0. Windows color (decimal): -10961957 or 14400344. OLE color: 14400344.

HSL color Cylindrical-coordinate representation of color #58BBDB: hue angle of 194.66º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BBDB is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 187 219 -
CMYK 0.60 0.15 0 0.14
HSL 194.66º 0.65% 0.6% -
HSV(B) 194.66º 0.6% 0.86% -
XYZ 34.58 42.73 73.44 -
YUV 161.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 88 187 219 0.60 0.15 0 0.14 194.66 0.65 0.6
Hex 58 BB DB 3C F 0 E C3 41 3C
Octal 130 273 333 74 17 0 16 303 101 74
Binary 1011000 10111011 11011011 111100 1111 0 1110 11000011 1000001 111100

Color Harmonies of #58BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBDB

Black with #58BBDB

Text Example


Text Example

White with #58BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BBDB; }

 p { color: rgb(88,187,219); }

 H1.HeaderClassName
 {
   color: #58BBDB;
 }
 .AnyTagClassName
 {
   color: #58BBDB;
 }
</style>

background-color css

<style>
 a { background-color: #58BBDB; }

 a { background-color: rgb(88,187,219); }

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

border-color css

<style>
 span { border-color: #58BBDB; }

 span { border-color: rgb(88,187,219); }

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