Html Css Color HEX #60ADE7 Malibu

📋 copy color: '#60ADE7'

red 96 ◦ green 173 ◦ blue 231

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

Shades of Malibu #60ADE7

Tints of Malibu #60ADE7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 231 (90.63% from 255) = 46.2%

R = 19.2%
G = 34.6%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60ADE7 (or 0x60ADE7) is known color: Malibu. HEX triplet: 60, AD and E7. RGB value is (96,173,231). Sum of RGB (Red+Green+Blue) = 96+173+231=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #60ADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADE7 is #9F5218. Grayscale: #9C9C9C. Windows color (decimal): -10441241 or 15183200. OLE color: 15183200.

HSL color Cylindrical-coordinate representation of color #60ADE7: hue angle of 205.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60ADE7 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 173 231 -
CMYK 0.58 0.25 0 0.09
HSL 205.78º 0.74% 0.64% -
HSV(B) 205.78º 0.58% 0.91% -
XYZ 34.19 38.14 81.16 -
YUV 156.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 96 173 231 0.58 0.25 0 0.09 205.78 0.74 0.64
Hex 60 AD E7 3A 19 0 9 CE 4A 40
Octal 140 255 347 72 31 0 11 316 112 100
Binary 1100000 10101101 11100111 111010 11001 0 1001 11001110 1001010 1000000

Color Harmonies of #60ADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADE7

Black with #60ADE7

Text Example


Text Example

White with #60ADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,173,231); }

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

background-color css

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

 a { background-color: rgb(96,173,231); }

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

border-color css

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

 span { border-color: rgb(96,173,231); }

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