Html Css Color HEX #60ADEC Malibu

📋 copy color: '#60ADEC'

red 96 ◦ green 173 ◦ blue 236

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

Shades of Malibu #60ADEC

Tints of Malibu #60ADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 19.01%
G = 34.26%
B = 46.73%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60ADEC (or 0x60ADEC) is known color: Malibu. HEX triplet: 60, AD and EC. RGB value is (96,173,236). Sum of RGB (Red+Green+Blue) = 96+173+236=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #60ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADEC is #9F5213. Grayscale: #9C9C9C. Windows color (decimal): -10441236 or 15510880. OLE color: 15510880.

HSL color Cylindrical-coordinate representation of color #60ADEC: hue angle of 207º degrees, saturation: 0.79, 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 #60ADEC is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 173 236 -
CMYK 0.59 0.27 0 0.07
HSL 207º 0.79% 0.65% -
HSV(B) 207º 0.59% 0.93% -
XYZ 34.91 38.43 84.93 -
YUV 157.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 96 173 236 0.59 0.27 0 0.07 207 0.79 0.65
Hex 60 AD EC 3B 1B 0 7 CF 4F 41
Octal 140 255 354 73 33 0 7 317 117 101
Binary 1100000 10101101 11101100 111011 11011 0 111 11001111 1001111 1000001

Color Harmonies of #60ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADEC

Black with #60ADEC

Text Example


Text Example

White with #60ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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