Html Css Color HEX #58AEDB Malibu

📋 copy color: '#58AEDB'

red 88 ◦ green 174 ◦ blue 219

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

Shades of Malibu #58AEDB

Tints of Malibu #58AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

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

R = 18.3%
G = 36.17%
B = 45.53%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58AEDB (or 0x58AEDB) is known color: Malibu. HEX triplet: 58, AE and DB. RGB value is (88,174,219). Sum of RGB (Red+Green+Blue) = 88+174+219=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #58AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEDB is #A75124. Grayscale: #999999. Windows color (decimal): -10965285 or 14397016. OLE color: 14397016.

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

Color convert

RGB 88 174 219 -
CMYK 0.60 0.21 0 0.14
HSL 200.61º 0.65% 0.6% -
HSV(B) 200.61º 0.6% 0.86% -
XYZ 31.95 37.46 72.56 -
YUV 153.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 88 174 219 0.60 0.21 0 0.14 200.61 0.65 0.6
Hex 58 AE DB 3C 15 0 E C9 41 3C
Octal 130 256 333 74 25 0 16 311 101 74
Binary 1011000 10101110 11011011 111100 10101 0 1110 11001001 1000001 111100

Color Harmonies of #58AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AEDB

Black with #58AEDB

Text Example


Text Example

White with #58AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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