Html Css Color HEX #58ACF1 Malibu

📋 copy color: '#58ACF1'

red 88 ◦ green 172 ◦ blue 241

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

Shades of Malibu #58ACF1

Tints of Malibu #58ACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 17.56%
G = 34.33%
B = 48.1%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#58ACF1 (or 0x58ACF1) is known color: Malibu. HEX triplet: 58, AC and F1. RGB value is (88,172,241). Sum of RGB (Red+Green+Blue) = 88+172+241=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #58ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF1 is #A7530E. Grayscale: #9A9A9A. Windows color (decimal): -10965775 or 15838296. OLE color: 15838296.

HSL color Cylindrical-coordinate representation of color #58ACF1: hue angle of 207.06º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ACF1 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 172 241 -
CMYK 0.63 0.29 0 0.05
HSL 207.06º 0.85% 0.65% -
HSV(B) 207.06º 0.63% 0.95% -
XYZ 34.65 37.93 88.71 -
YUV 154.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 88 172 241 0.63 0.29 0 0.05 207.06 0.85 0.65
Hex 58 AC F1 3F 1D 0 5 CF 55 41
Octal 130 254 361 77 35 0 5 317 125 101
Binary 1011000 10101100 11110001 111111 11101 0 101 11001111 1010101 1000001

Color Harmonies of #58ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ACF1

Black with #58ACF1

Text Example


Text Example

White with #58ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,172,241); }

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

background-color css

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

 a { background-color: rgb(88,172,241); }

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

border-color css

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

 span { border-color: rgb(88,172,241); }

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