Html Css Color HEX #58BADE Malibu

📋 copy color: '#58BADE'

red 88 ◦ green 186 ◦ blue 222

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

Shades of Malibu #58BADE

Tints of Malibu #58BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 17.74%
G = 37.5%
B = 44.76%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58BADE (or 0x58BADE) is known color: Malibu. HEX triplet: 58, BA and DE. RGB value is (88,186,222). Sum of RGB (Red+Green+Blue) = 88+186+222=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #58BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BADE is #A74521. Grayscale: #A0A0A0. Windows color (decimal): -10962210 or 14596696. OLE color: 14596696.

HSL color Cylindrical-coordinate representation of color #58BADE: hue angle of 196.12º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BADE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 186 222 -
CMYK 0.60 0.16 0 0.13
HSL 196.12º 0.67% 0.61% -
HSV(B) 196.12º 0.6% 0.87% -
XYZ 34.77 42.47 75.47 -
YUV 160.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 88 186 222 0.60 0.16 0 0.13 196.12 0.67 0.61
Hex 58 BA DE 3C 10 0 D C4 43 3D
Octal 130 272 336 74 20 0 15 304 103 75
Binary 1011000 10111010 11011110 111100 10000 0 1101 11000100 1000011 111101

Color Harmonies of #58BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BADE

Black with #58BADE

Text Example


Text Example

White with #58BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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