Html Css Color HEX #58AFDB Malibu

📋 copy color: '#58AFDB'

red 88 ◦ green 175 ◦ blue 219

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

Shades of Malibu #58AFDB

Tints of Malibu #58AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 18.26%
G = 36.31%
B = 45.44%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58AFDB (or 0x58AFDB) is known color: Malibu. HEX triplet: 58, AF and DB. RGB value is (88,175,219). Sum of RGB (Red+Green+Blue) = 88+175+219=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #58AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFDB is #A75024. Grayscale: #999999. Windows color (decimal): -10965029 or 14397272. OLE color: 14397272.

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

Color convert

RGB 88 175 219 -
CMYK 0.60 0.20 0 0.14
HSL 200.15º 0.65% 0.6% -
HSV(B) 200.15º 0.6% 0.86% -
XYZ 32.14 37.85 72.63 -
YUV 154 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 88 175 219 0.60 0.20 0 0.14 200.15 0.65 0.6
Hex 58 AF DB 3C 14 0 E C8 41 3C
Octal 130 257 333 74 24 0 16 310 101 74
Binary 1011000 10101111 11011011 111100 10100 0 1110 11001000 1000001 111100

Color Harmonies of #58AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFDB

Black with #58AFDB

Text Example


Text Example

White with #58AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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