Html Css Color HEX #58B8F5 Malibu

📋 copy color: '#58B8F5'

red 88 ◦ green 184 ◦ blue 245

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

Shades of Malibu #58B8F5

Tints of Malibu #58B8F5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 245 (96.09% from 255) = 47.39%

R = 17.02%
G = 35.59%
B = 47.39%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58B8F5 (or 0x58B8F5) is known color: Malibu. HEX triplet: 58, B8 and F5. RGB value is (88,184,245). Sum of RGB (Red+Green+Blue) = 88+184+245=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #58B8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B8F5 is #A7470A. Grayscale: #A1A1A1. Windows color (decimal): -10962699 or 16103512. OLE color: 16103512.

HSL color Cylindrical-coordinate representation of color #58B8F5: hue angle of 203.31º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58B8F5 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 184 245 -
CMYK 0.64 0.25 0 0.04
HSL 203.31º 0.89% 0.65% -
HSV(B) 203.31º 0.64% 0.96% -
XYZ 37.65 42.95 92.69 -
YUV 162.25 174.7 75.04 -
System Red Green Blue C M Y K H S L
Decimal 88 184 245 0.64 0.25 0 0.04 203.31 0.89 0.65
Hex 58 B8 F5 40 19 0 4 CB 59 41
Octal 130 270 365 100 31 0 4 313 131 101
Binary 1011000 10111000 11110101 1000000 11001 0 100 11001011 1011001 1000001

Color Harmonies of #58B8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8F5

Black with #58B8F5

Text Example


Text Example

White with #58B8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,184,245); }

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

background-color css

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

 a { background-color: rgb(88,184,245); }

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

border-color css

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

 span { border-color: rgb(88,184,245); }

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