Html Css Color HEX #58C5DD Malibu

📋 copy color: '#58C5DD'

red 88 ◦ green 197 ◦ blue 221

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

Shades of Malibu #58C5DD

Tints of Malibu #58C5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.93%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 17.39%
G = 38.93%
B = 43.68%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58C5DD (or 0x58C5DD) is known color: Malibu. HEX triplet: 58, C5 and DD. RGB value is (88,197,221). Sum of RGB (Red+Green+Blue) = 88+197+221=506 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.39% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #58C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C5DD is #A73A22. Grayscale: #A6A6A6. Windows color (decimal): -10959395 or 14533976. OLE color: 14533976.

HSL color Cylindrical-coordinate representation of color #58C5DD: hue angle of 190.83º degrees, saturation: 0.66, 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 #58C5DD is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 197 221 -
CMYK 0.60 0.11 0 0.13
HSL 190.83º 0.66% 0.61% -
HSV(B) 190.83º 0.6% 0.87% -
XYZ 37.04 47.23 75.57 -
YUV 167.15 158.39 71.55 -
System Red Green Blue C M Y K H S L
Decimal 88 197 221 0.60 0.11 0 0.13 190.83 0.66 0.61
Hex 58 C5 DD 3C B 0 D BF 42 3D
Octal 130 305 335 74 13 0 15 277 102 75
Binary 1011000 11000101 11011101 111100 1011 0 1101 10111111 1000010 111101

Color Harmonies of #58C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C5DD

Black with #58C5DD

Text Example


Text Example

White with #58C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,197,221); }

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

background-color css

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

 a { background-color: rgb(88,197,221); }

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

border-color css

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

 span { border-color: rgb(88,197,221); }

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