Html Css Color HEX #58B8DB Malibu

📋 copy color: '#58B8DB'

red 88 ◦ green 184 ◦ blue 219

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

Shades of Malibu #58B8DB

Tints of Malibu #58B8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 17.92%
G = 37.47%
B = 44.6%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58B8DB (or 0x58B8DB) is known color: Malibu. HEX triplet: 58, B8 and DB. RGB value is (88,184,219). Sum of RGB (Red+Green+Blue) = 88+184+219=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #58B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8DB is #A74724. Grayscale: #9F9F9F. Windows color (decimal): -10962725 or 14399576. OLE color: 14399576.

HSL color Cylindrical-coordinate representation of color #58B8DB: hue angle of 196.03º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58B8DB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 184 219 -
CMYK 0.60 0.16 0 0.14
HSL 196.03º 0.65% 0.6% -
HSV(B) 196.03º 0.6% 0.86% -
XYZ 33.95 41.47 73.23 -
YUV 159.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 88 184 219 0.60 0.16 0 0.14 196.03 0.65 0.6
Hex 58 B8 DB 3C 10 0 E C4 41 3C
Octal 130 270 333 74 20 0 16 304 101 74
Binary 1011000 10111000 11011011 111100 10000 0 1110 11000100 1000001 111100

Color Harmonies of #58B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8DB

Black with #58B8DB

Text Example


Text Example

White with #58B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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