Html Css Color HEX #58AFDF Malibu

📋 copy color: '#58AFDF'

red 88 ◦ green 175 ◦ blue 223

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

Shades of Malibu #58AFDF

Tints of Malibu #58AFDF

RGB

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

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

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

R = 18.11%
G = 36.01%
B = 45.88%

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

#58AFDF (or 0x58AFDF) is known color: Malibu. HEX triplet: 58, AF and DF. RGB value is (88,175,223). Sum of RGB (Red+Green+Blue) = 88+175+223=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #58AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFDF is #A75020. Grayscale: #9A9A9A. Windows color (decimal): -10965025 or 14659416. OLE color: 14659416.

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

Color convert

RGB 88 175 223 -
CMYK 0.61 0.22 0 0.13
HSL 201.33º 0.68% 0.61% -
HSV(B) 201.33º 0.61% 0.87% -
XYZ 32.67 38.06 75.44 -
YUV 154.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 88 175 223 0.61 0.22 0 0.13 201.33 0.68 0.61
Hex 58 AF DF 3D 16 0 D C9 44 3D
Octal 130 257 337 75 26 0 15 311 104 75
Binary 1011000 10101111 11011111 111101 10110 0 1101 11001001 1000100 111101

Color Harmonies of #58AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFDF

Black with #58AFDF

Text Example


Text Example

White with #58AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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