Html Css Color HEX #58ACF4 Malibu

📋 copy color: '#58ACF4'

red 88 ◦ green 172 ◦ blue 244

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

Shades of Malibu #58ACF4

Tints of Malibu #58ACF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 17.46%
G = 34.13%
B = 48.41%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58ACF4 (or 0x58ACF4) is known color: Malibu. HEX triplet: 58, AC and F4. RGB value is (88,172,244). Sum of RGB (Red+Green+Blue) = 88+172+244=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #58ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF4 is #A7530B. Grayscale: #9A9A9A. Windows color (decimal): -10965772 or 16034904. OLE color: 16034904.

HSL color Cylindrical-coordinate representation of color #58ACF4: hue angle of 207.69º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58ACF4 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 172 244 -
CMYK 0.64 0.30 0 0.04
HSL 207.69º 0.88% 0.65% -
HSV(B) 207.69º 0.64% 0.96% -
XYZ 35.11 38.11 91.09 -
YUV 155.09 178.17 80.15 -
System Red Green Blue C M Y K H S L
Decimal 88 172 244 0.64 0.30 0 0.04 207.69 0.88 0.65
Hex 58 AC F4 40 1E 0 4 D0 58 41
Octal 130 254 364 100 36 0 4 320 130 101
Binary 1011000 10101100 11110100 1000000 11110 0 100 11010000 1011000 1000001

Color Harmonies of #58ACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ACF4

Black with #58ACF4

Text Example


Text Example

White with #58ACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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