Html Css Color HEX #58ADE8 Malibu

📋 copy color: '#58ADE8'

red 88 ◦ green 173 ◦ blue 232

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

Shades of Malibu #58ADE8

Tints of Malibu #58ADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

 BLUE value IS 232 (91.02% from 255) = 47.06%

R = 17.85%
G = 35.09%
B = 47.06%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58ADE8 (or 0x58ADE8) is known color: Malibu. HEX triplet: 58, AD and E8. RGB value is (88,173,232). Sum of RGB (Red+Green+Blue) = 88+173+232=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #58ADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ADE8 is #A75217. Grayscale: #999999. Windows color (decimal): -10965528 or 15248728. OLE color: 15248728.

HSL color Cylindrical-coordinate representation of color #58ADE8: hue angle of 204.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58ADE8 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 173 232 -
CMYK 0.62 0.25 0 0.09
HSL 204.58º 0.76% 0.63% -
HSV(B) 204.58º 0.62% 0.91% -
XYZ 33.53 37.79 81.87 -
YUV 154.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 88 173 232 0.62 0.25 0 0.09 204.58 0.76 0.63
Hex 58 AD E8 3E 19 0 9 CD 4C 3F
Octal 130 255 350 76 31 0 11 315 114 77
Binary 1011000 10101101 11101000 111110 11001 0 1001 11001101 1001100 111111

Color Harmonies of #58ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADE8

Black with #58ADE8

Text Example


Text Example

White with #58ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,173,232); }

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

background-color css

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

 a { background-color: rgb(88,173,232); }

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

border-color css

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

 span { border-color: rgb(88,173,232); }

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