Html Css Color HEX #58BDE9 Malibu

📋 copy color: '#58BDE9'

red 88 ◦ green 189 ◦ blue 233

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

Shades of Malibu #58BDE9

Tints of Malibu #58BDE9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.06%

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 17.25%
G = 37.06%
B = 45.69%

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

#58BDE9 (or 0x58BDE9) is known color: Malibu. HEX triplet: 58, BD and E9. RGB value is (88,189,233). Sum of RGB (Red+Green+Blue) = 88+189+233=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #58BDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDE9 is #A74216. Grayscale: #A3A3A3. Windows color (decimal): -10961431 or 15318360. OLE color: 15318360.

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

Color convert

RGB 88 189 233 -
CMYK 0.62 0.19 0 0.09
HSL 198.21º 0.77% 0.63% -
HSV(B) 198.21º 0.62% 0.91% -
XYZ 36.93 44.35 83.71 -
YUV 163.82 167.04 73.92 -
System Red Green Blue C M Y K H S L
Decimal 88 189 233 0.62 0.19 0 0.09 198.21 0.77 0.63
Hex 58 BD E9 3E 13 0 9 C6 4D 3F
Octal 130 275 351 76 23 0 11 306 115 77
Binary 1011000 10111101 11101001 111110 10011 0 1001 11000110 1001101 111111

Color Harmonies of #58BDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDE9

Black with #58BDE9

Text Example


Text Example

White with #58BDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,189,233); }

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

background-color css

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

 a { background-color: rgb(88,189,233); }

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

border-color css

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

 span { border-color: rgb(88,189,233); }

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