Html Css Color HEX #60AAED Malibu

📋 copy color: '#60AAED'

red 96 ◦ green 170 ◦ blue 237

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

Shades of Malibu #60AAED

Tints of Malibu #60AAED

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 19.09%
G = 33.8%
B = 47.12%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60AAED (or 0x60AAED) is known color: Malibu. HEX triplet: 60, AA and ED. RGB value is (96,170,237). Sum of RGB (Red+Green+Blue) = 96+170+237=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #60AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAED is #9F5512. Grayscale: #9B9B9B. Windows color (decimal): -10442003 or 15575648. OLE color: 15575648.

HSL color Cylindrical-coordinate representation of color #60AAED: hue angle of 208.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60AAED is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 170 237 -
CMYK 0.59 0.28 0 0.07
HSL 208.51º 0.8% 0.65% -
HSV(B) 208.51º 0.59% 0.93% -
XYZ 34.48 37.35 85.51 -
YUV 155.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 96 170 237 0.59 0.28 0 0.07 208.51 0.8 0.65
Hex 60 AA ED 3B 1C 0 7 D1 50 41
Octal 140 252 355 73 34 0 7 321 120 101
Binary 1100000 10101010 11101101 111011 11100 0 111 11010001 1010000 1000001

Color Harmonies of #60AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AAED

Black with #60AAED

Text Example


Text Example

White with #60AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,170,237); }

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

background-color css

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

 a { background-color: rgb(96,170,237); }

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

border-color css

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

 span { border-color: rgb(96,170,237); }

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