Html Css Color HEX #60ADF6 Malibu

📋 copy color: '#60ADF6'

red 96 ◦ green 173 ◦ blue 246

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

Shades of Malibu #60ADF6

Tints of Malibu #60ADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 18.64%
G = 33.59%
B = 47.77%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#60ADF6 (or 0x60ADF6) is known color: Malibu. HEX triplet: 60, AD and F6. RGB value is (96,173,246). Sum of RGB (Red+Green+Blue) = 96+173+246=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #60ADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADF6 is #9F5209. Grayscale: #9D9D9D. Windows color (decimal): -10441226 or 16166240. OLE color: 16166240.

HSL color Cylindrical-coordinate representation of color #60ADF6: hue angle of 209.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60ADF6 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 173 246 -
CMYK 0.61 0.30 0 0.04
HSL 209.2º 0.89% 0.67% -
HSV(B) 209.2º 0.61% 0.96% -
XYZ 36.4 39.03 92.8 -
YUV 158.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 96 173 246 0.61 0.30 0 0.04 209.2 0.89 0.67
Hex 60 AD F6 3D 1E 0 4 D1 59 43
Octal 140 255 366 75 36 0 4 321 131 103
Binary 1100000 10101101 11110110 111101 11110 0 100 11010001 1011001 1000011

Color Harmonies of #60ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADF6

Black with #60ADF6

Text Example


Text Example

White with #60ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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