Html Css Color HEX #58AFDD Malibu

📋 copy color: '#58AFDD'

red 88 ◦ green 175 ◦ blue 221

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

Shades of Malibu #58AFDD

Tints of Malibu #58AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

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

R = 18.18%
G = 36.16%
B = 45.66%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58AFDD (or 0x58AFDD) is known color: Malibu. HEX triplet: 58, AF and DD. RGB value is (88,175,221). Sum of RGB (Red+Green+Blue) = 88+175+221=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #58AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFDD is #A75022. Grayscale: #999999. Windows color (decimal): -10965027 or 14528344. OLE color: 14528344.

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

Color convert

RGB 88 175 221 -
CMYK 0.60 0.21 0 0.13
HSL 200.75º 0.66% 0.61% -
HSV(B) 200.75º 0.6% 0.87% -
XYZ 32.41 37.96 74.02 -
YUV 154.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 88 175 221 0.60 0.21 0 0.13 200.75 0.66 0.61
Hex 58 AF DD 3C 15 0 D C9 42 3D
Octal 130 257 335 74 25 0 15 311 102 75
Binary 1011000 10101111 11011101 111100 10101 0 1101 11001001 1000010 111101

Color Harmonies of #58AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFDD

Black with #58AFDD

Text Example


Text Example

White with #58AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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