Html Css Color HEX #58BAEA Malibu

📋 copy color: '#58BAEA'

red 88 ◦ green 186 ◦ blue 234

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

Shades of Malibu #58BAEA

Tints of Malibu #58BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 17.32%
G = 36.61%
B = 46.06%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58BAEA (or 0x58BAEA) is known color: Malibu. HEX triplet: 58, BA and EA. RGB value is (88,186,234). Sum of RGB (Red+Green+Blue) = 88+186+234=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #58BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAEA is #A74515. Grayscale: #A1A1A1. Windows color (decimal): -10962198 or 15383128. OLE color: 15383128.

HSL color Cylindrical-coordinate representation of color #58BAEA: hue angle of 199.73º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BAEA is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 186 234 -
CMYK 0.62 0.21 0 0.08
HSL 199.73º 0.78% 0.63% -
HSV(B) 199.73º 0.62% 0.92% -
XYZ 36.43 43.13 84.25 -
YUV 162.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 88 186 234 0.62 0.21 0 0.08 199.73 0.78 0.63
Hex 58 BA EA 3E 15 0 8 C8 4E 3F
Octal 130 272 352 76 25 0 10 310 116 77
Binary 1011000 10111010 11101010 111110 10101 0 1000 11001000 1001110 111111

Color Harmonies of #58BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAEA

Black with #58BAEA

Text Example


Text Example

White with #58BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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