Html Css Color HEX #60AEDB Malibu

📋 copy color: '#60AEDB'

red 96 ◦ green 174 ◦ blue 219

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

Shades of Malibu #60AEDB

Tints of Malibu #60AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 19.63%
G = 35.58%
B = 44.79%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60AEDB (or 0x60AEDB) is known color: Malibu. HEX triplet: 60, AE and DB. RGB value is (96,174,219). Sum of RGB (Red+Green+Blue) = 96+174+219=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #60AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEDB is #9F5124. Grayscale: #9B9B9B. Windows color (decimal): -10440997 or 14397024. OLE color: 14397024.

HSL color Cylindrical-coordinate representation of color #60AEDB: hue angle of 201.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AEDB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 174 219 -
CMYK 0.56 0.21 0 0.14
HSL 201.95º 0.63% 0.62% -
HSV(B) 201.95º 0.56% 0.86% -
XYZ 32.75 37.87 72.6 -
YUV 155.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 96 174 219 0.56 0.21 0 0.14 201.95 0.63 0.62
Hex 60 AE DB 38 15 0 E CA 3F 3E
Octal 140 256 333 70 25 0 16 312 77 76
Binary 1100000 10101110 11011011 111000 10101 0 1110 11001010 111111 111110

Color Harmonies of #60AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEDB

Black with #60AEDB

Text Example


Text Example

White with #60AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,174,219); }

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

background-color css

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

 a { background-color: rgb(96,174,219); }

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

border-color css

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

 span { border-color: rgb(96,174,219); }

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