Html Css Color HEX #58AFDA Malibu

📋 copy color: '#58AFDA'

red 88 ◦ green 175 ◦ blue 218

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

Shades of Malibu #58AFDA

Tints of Malibu #58AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 18.3%
G = 36.38%
B = 45.32%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#58AFDA (or 0x58AFDA) is known color: Malibu. HEX triplet: 58, AF and DA. RGB value is (88,175,218). Sum of RGB (Red+Green+Blue) = 88+175+218=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #58AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFDA is #A75025. Grayscale: #999999. Windows color (decimal): -10965030 or 14331736. OLE color: 14331736.

HSL color Cylindrical-coordinate representation of color #58AFDA: hue angle of 199.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58AFDA is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 175 218 -
CMYK 0.60 0.20 0 0.15
HSL 199.85º 0.64% 0.6% -
HSV(B) 199.85º 0.6% 0.85% -
XYZ 32.01 37.8 71.94 -
YUV 153.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 88 175 218 0.60 0.20 0 0.15 199.85 0.64 0.6
Hex 58 AF DA 3C 14 0 F C8 40 3C
Octal 130 257 332 74 24 0 17 310 100 74
Binary 1011000 10101111 11011010 111100 10100 0 1111 11001000 1000000 111100

Color Harmonies of #58AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFDA

Black with #58AFDA

Text Example


Text Example

White with #58AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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