Html Css Color HEX #60ACE3 Malibu

📋 copy color: '#60ACE3'

red 96 ◦ green 172 ◦ blue 227

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

Shades of Malibu #60ACE3

Tints of Malibu #60ACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 19.39%
G = 34.75%
B = 45.86%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#60ACE3 (or 0x60ACE3) is known color: Malibu. HEX triplet: 60, AC and E3. RGB value is (96,172,227). Sum of RGB (Red+Green+Blue) = 96+172+227=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #60ACE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACE3 is #9F531C. Grayscale: #9B9B9B. Windows color (decimal): -10441501 or 14920800. OLE color: 14920800.

HSL color Cylindrical-coordinate representation of color #60ACE3: hue angle of 205.19º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60ACE3 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 172 227 -
CMYK 0.58 0.24 0 0.11
HSL 205.19º 0.7% 0.63% -
HSV(B) 205.19º 0.58% 0.89% -
XYZ 33.44 37.54 78.16 -
YUV 155.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 96 172 227 0.58 0.24 0 0.11 205.19 0.7 0.63
Hex 60 AC E3 3A 18 0 B CD 46 3F
Octal 140 254 343 72 30 0 13 315 106 77
Binary 1100000 10101100 11100011 111010 11000 0 1011 11001101 1000110 111111

Color Harmonies of #60ACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACE3

Black with #60ACE3

Text Example


Text Example

White with #60ACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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