Html Css Color HEX #58BEDB Malibu

📋 copy color: '#58BEDB'

red 88 ◦ green 190 ◦ blue 219

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

Shades of Malibu #58BEDB

Tints of Malibu #58BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

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

R = 17.71%
G = 38.23%
B = 44.06%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58BEDB (or 0x58BEDB) is known color: Malibu. HEX triplet: 58, BE and DB. RGB value is (88,190,219). Sum of RGB (Red+Green+Blue) = 88+190+219=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #58BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BEDB is #A74124. Grayscale: #A2A2A2. Windows color (decimal): -10961189 or 14401112. OLE color: 14401112.

HSL color Cylindrical-coordinate representation of color #58BEDB: hue angle of 193.28º 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 #58BEDB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 190 219 -
CMYK 0.60 0.13 0 0.14
HSL 193.28º 0.65% 0.6% -
HSV(B) 193.28º 0.6% 0.86% -
XYZ 35.22 44.02 73.66 -
YUV 162.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 88 190 219 0.60 0.13 0 0.14 193.28 0.65 0.6
Hex 58 BE DB 3C D 0 E C1 41 3C
Octal 130 276 333 74 15 0 16 301 101 74
Binary 1011000 10111110 11011011 111100 1101 0 1110 11000001 1000001 111100

Color Harmonies of #58BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BEDB

Black with #58BEDB

Text Example


Text Example

White with #58BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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