Html Css Color HEX #58C3DD Malibu

📋 copy color: '#58C3DD'

red 88 ◦ green 195 ◦ blue 221

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

Shades of Malibu #58C3DD

Tints of Malibu #58C3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 17.46%
G = 38.69%
B = 43.85%

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

#58C3DD (or 0x58C3DD) is known color: Malibu. HEX triplet: 58, C3 and DD. RGB value is (88,195,221). Sum of RGB (Red+Green+Blue) = 88+195+221=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #58C3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C3DD is #A73C22. Grayscale: #A5A5A5. Windows color (decimal): -10959907 or 14533464. OLE color: 14533464.

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

Color convert

RGB 88 195 221 -
CMYK 0.60 0.12 0 0.13
HSL 191.73º 0.66% 0.61% -
HSV(B) 191.73º 0.6% 0.87% -
XYZ 36.59 46.33 75.42 -
YUV 165.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 88 195 221 0.60 0.12 0 0.13 191.73 0.66 0.61
Hex 58 C3 DD 3C C 0 D C0 42 3D
Octal 130 303 335 74 14 0 15 300 102 75
Binary 1011000 11000011 11011101 111100 1100 0 1101 11000000 1000010 111101

Color Harmonies of #58C3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C3DD

Black with #58C3DD

Text Example


Text Example

White with #58C3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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