Html Css Color HEX #58ADDF Malibu

📋 copy color: '#58ADDF'

red 88 ◦ green 173 ◦ blue 223

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

Shades of Malibu #58ADDF

Tints of Malibu #58ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.74%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 18.18%
G = 35.74%
B = 46.07%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58ADDF (or 0x58ADDF) is known color: Malibu. HEX triplet: 58, AD and DF. RGB value is (88,173,223). Sum of RGB (Red+Green+Blue) = 88+173+223=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #58ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADDF is #A75220. Grayscale: #999999. Windows color (decimal): -10965537 or 14658904. OLE color: 14658904.

HSL color Cylindrical-coordinate representation of color #58ADDF: hue angle of 202.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58ADDF is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 173 223 -
CMYK 0.61 0.22 0 0.13
HSL 202.22º 0.68% 0.61% -
HSV(B) 202.22º 0.61% 0.87% -
XYZ 32.29 37.29 75.31 -
YUV 153.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 88 173 223 0.61 0.22 0 0.13 202.22 0.68 0.61
Hex 58 AD DF 3D 16 0 D CA 44 3D
Octal 130 255 337 75 26 0 15 312 104 75
Binary 1011000 10101101 11011111 111101 10110 0 1101 11001010 1000100 111101

Color Harmonies of #58ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADDF

Black with #58ADDF

Text Example


Text Example

White with #58ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,173,223); }

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

background-color css

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

 a { background-color: rgb(88,173,223); }

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

border-color css

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

 span { border-color: rgb(88,173,223); }

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