Html Css Color HEX #58C9DD Malibu

📋 copy color: '#58C9DD'

red 88 ◦ green 201 ◦ blue 221

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

Shades of Malibu #58C9DD

Tints of Malibu #58C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 17.25%
G = 39.41%
B = 43.33%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58C9DD (or 0x58C9DD) is known color: Malibu. HEX triplet: 58, C9 and DD. RGB value is (88,201,221). Sum of RGB (Red+Green+Blue) = 88+201+221=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #58C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C9DD is #A73622. Grayscale: #A9A9A9. Windows color (decimal): -10958371 or 14535000. OLE color: 14535000.

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

Color convert

RGB 88 201 221 -
CMYK 0.60 0.09 0 0.13
HSL 189.02º 0.66% 0.61% -
HSV(B) 189.02º 0.6% 0.87% -
XYZ 37.96 49.07 75.88 -
YUV 169.49 157.06 69.87 -
System Red Green Blue C M Y K H S L
Decimal 88 201 221 0.60 0.09 0 0.13 189.02 0.66 0.61
Hex 58 C9 DD 3C 9 0 D BD 42 3D
Octal 130 311 335 74 11 0 15 275 102 75
Binary 1011000 11001001 11011101 111100 1001 0 1101 10111101 1000010 111101

Color Harmonies of #58C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C9DD

Black with #58C9DD

Text Example


Text Example

White with #58C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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