Html Css Color HEX #60ACEA Malibu

📋 copy color: '#60ACEA'

red 96 ◦ green 172 ◦ blue 234

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

Shades of Malibu #60ACEA

Tints of Malibu #60ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 19.12%
G = 34.26%
B = 46.61%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60ACEA (or 0x60ACEA) is known color: Malibu. HEX triplet: 60, AC and EA. RGB value is (96,172,234). Sum of RGB (Red+Green+Blue) = 96+172+234=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #60ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACEA is #9F5315. Grayscale: #9C9C9C. Windows color (decimal): -10441494 or 15379552. OLE color: 15379552.

HSL color Cylindrical-coordinate representation of color #60ACEA: hue angle of 206.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ACEA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 172 234 -
CMYK 0.59 0.26 0 0.08
HSL 206.96º 0.77% 0.65% -
HSV(B) 206.96º 0.59% 0.92% -
XYZ 34.43 37.93 83.35 -
YUV 156.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 96 172 234 0.59 0.26 0 0.08 206.96 0.77 0.65
Hex 60 AC EA 3B 1A 0 8 CF 4D 41
Octal 140 254 352 73 32 0 10 317 115 101
Binary 1100000 10101100 11101010 111011 11010 0 1000 11001111 1001101 1000001

Color Harmonies of #60ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACEA

Black with #60ACEA

Text Example


Text Example

White with #60ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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