Html Css Color HEX #58C2DD Malibu

📋 copy color: '#58C2DD'

red 88 ◦ green 194 ◦ blue 221

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

Shades of Malibu #58C2DD

Tints of Malibu #58C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.57%

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

R = 17.5%
G = 38.57%
B = 43.94%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58C2DD (or 0x58C2DD) is known color: Malibu. HEX triplet: 58, C2 and DD. RGB value is (88,194,221). Sum of RGB (Red+Green+Blue) = 88+194+221=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #58C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C2DD is #A73D22. Grayscale: #A5A5A5. Windows color (decimal): -10960163 or 14533208. OLE color: 14533208.

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

Color convert

RGB 88 194 221 -
CMYK 0.60 0.12 0 0.13
HSL 192.18º 0.66% 0.61% -
HSV(B) 192.18º 0.6% 0.87% -
XYZ 36.37 45.88 75.35 -
YUV 165.38 159.38 72.8 -
System Red Green Blue C M Y K H S L
Decimal 88 194 221 0.60 0.12 0 0.13 192.18 0.66 0.61
Hex 58 C2 DD 3C C 0 D C0 42 3D
Octal 130 302 335 74 14 0 15 300 102 75
Binary 1011000 11000010 11011101 111100 1100 0 1101 11000000 1000010 111101

Color Harmonies of #58C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C2DD

Black with #58C2DD

Text Example


Text Example

White with #58C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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