Html Css Color HEX #60ACE0 Malibu

📋 copy color: '#60ACE0'

red 96 ◦ green 172 ◦ blue 224

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

Shades of Malibu #60ACE0

Tints of Malibu #60ACE0

RGB

 RED value IS 96 (37.89% from 255) = 19.51%

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 19.51%
G = 34.96%
B = 45.53%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#60ACE0 (or 0x60ACE0) is known color: Malibu. HEX triplet: 60, AC and E0. RGB value is (96,172,224). Sum of RGB (Red+Green+Blue) = 96+172+224=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #60ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACE0 is #9F531F. Grayscale: #9A9A9A. Windows color (decimal): -10441504 or 14724192. OLE color: 14724192.

HSL color Cylindrical-coordinate representation of color #60ACE0: hue angle of 204.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60ACE0 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 172 224 -
CMYK 0.57 0.23 0 0.12
HSL 204.38º 0.67% 0.63% -
HSV(B) 204.38º 0.57% 0.88% -
XYZ 33.03 37.37 75.99 -
YUV 155.2 166.82 85.77 -
System Red Green Blue C M Y K H S L
Decimal 96 172 224 0.57 0.23 0 0.12 204.38 0.67 0.63
Hex 60 AC E0 39 17 0 C CC 43 3F
Octal 140 254 340 71 27 0 14 314 103 77
Binary 1100000 10101100 11100000 111001 10111 0 1100 11001100 1000011 111111

Color Harmonies of #60ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACE0

Black with #60ACE0

Text Example


Text Example

White with #60ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ACE0; }

 p { color: rgb(96,172,224); }

 H1.HeaderClassName
 {
   color: #60ACE0;
 }
 .AnyTagClassName
 {
   color: #60ACE0;
 }
</style>

background-color css

<style>
 a { background-color: #60ACE0; }

 a { background-color: rgb(96,172,224); }

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

border-color css

<style>
 span { border-color: #60ACE0; }

 span { border-color: rgb(96,172,224); }

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