Html Css Color HEX #58BAE7 Malibu

📋 copy color: '#58BAE7'

red 88 ◦ green 186 ◦ blue 231

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

Shades of Malibu #58BAE7

Tints of Malibu #58BAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 231 (90.63% from 255) = 45.74%

R = 17.43%
G = 36.83%
B = 45.74%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58BAE7 (or 0x58BAE7) is known color: Malibu. HEX triplet: 58, BA and E7. RGB value is (88,186,231). Sum of RGB (Red+Green+Blue) = 88+186+231=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #58BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAE7 is #A74518. Grayscale: #A1A1A1. Windows color (decimal): -10962201 or 15186520. OLE color: 15186520.

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

Color convert

RGB 88 186 231 -
CMYK 0.62 0.19 0 0.09
HSL 198.88º 0.75% 0.63% -
HSV(B) 198.88º 0.62% 0.91% -
XYZ 36.01 42.96 82 -
YUV 161.83 167.03 75.34 -
System Red Green Blue C M Y K H S L
Decimal 88 186 231 0.62 0.19 0 0.09 198.88 0.75 0.63
Hex 58 BA E7 3E 13 0 9 C7 4B 3F
Octal 130 272 347 76 23 0 11 307 113 77
Binary 1011000 10111010 11100111 111110 10011 0 1001 11000111 1001011 111111

Color Harmonies of #58BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAE7

Black with #58BAE7

Text Example


Text Example

White with #58BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,186,231); }

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

background-color css

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

 a { background-color: rgb(88,186,231); }

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

border-color css

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

 span { border-color: rgb(88,186,231); }

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