Html Css Color HEX #58B2DC Malibu

📋 copy color: '#58B2DC'

red 88 ◦ green 178 ◦ blue 220

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

Shades of Malibu #58B2DC

Tints of Malibu #58B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 18.11%
G = 36.63%
B = 45.27%

CMYK

 C value IS 0.6

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58B2DC (or 0x58B2DC) is known color: Malibu. HEX triplet: 58, B2 and DC. RGB value is (88,178,220). Sum of RGB (Red+Green+Blue) = 88+178+220=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #58B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2DC is #A74D23. Grayscale: #9B9B9B. Windows color (decimal): -10964260 or 14463576. OLE color: 14463576.

HSL color Cylindrical-coordinate representation of color #58B2DC: hue angle of 199.09º 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 #58B2DC is Cyan = 0.6, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 178 220 -
CMYK 0.6 0.19 0 0.14
HSL 199.09º 0.65% 0.6% -
HSV(B) 199.09º 0.6% 0.86% -
XYZ 32.86 39.08 73.52 -
YUV 155.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 88 178 220 0.6 0.19 0 0.14 199.09 0.65 0.6
Hex 58 B2 DC 3C 13 0 E C7 41 3C
Octal 130 262 334 74 23 0 16 307 101 74
Binary 1011000 10110010 11011100 111100 10011 0 1110 11000111 1000001 111100

Color Harmonies of #58B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B2DC

Black with #58B2DC

Text Example


Text Example

White with #58B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,178,220); }

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

background-color css

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

 a { background-color: rgb(88,178,220); }

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

border-color css

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

 span { border-color: rgb(88,178,220); }

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