Html Css Color HEX #58ABE8 Malibu

📋 copy color: '#58ABE8'

red 88 ◦ green 171 ◦ blue 232

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

Shades of Malibu #58ABE8

Tints of Malibu #58ABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 17.92%
G = 34.83%
B = 47.25%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58ABE8 (or 0x58ABE8) is known color: Malibu. HEX triplet: 58, AB and E8. RGB value is (88,171,232). Sum of RGB (Red+Green+Blue) = 88+171+232=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #58ABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ABE8 is #A75417. Grayscale: #989898. Windows color (decimal): -10966040 or 15248216. OLE color: 15248216.

HSL color Cylindrical-coordinate representation of color #58ABE8: hue angle of 205.42º 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 #58ABE8 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 171 232 -
CMYK 0.62 0.26 0 0.09
HSL 205.42º 0.76% 0.63% -
HSV(B) 205.42º 0.62% 0.91% -
XYZ 33.15 37.03 81.74 -
YUV 153.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 88 171 232 0.62 0.26 0 0.09 205.42 0.76 0.63
Hex 58 AB E8 3E 1A 0 9 CD 4C 3F
Octal 130 253 350 76 32 0 11 315 114 77
Binary 1011000 10101011 11101000 111110 11010 0 1001 11001101 1001100 111111

Color Harmonies of #58ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABE8

Black with #58ABE8

Text Example


Text Example

White with #58ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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