Html Css Color HEX #60AFDE Malibu

📋 copy color: '#60AFDE'

red 96 ◦ green 175 ◦ blue 222

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

Shades of Malibu #60AFDE

Tints of Malibu #60AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 19.47%
G = 35.5%
B = 45.03%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60AFDE (or 0x60AFDE) is known color: Malibu. HEX triplet: 60, AF and DE. RGB value is (96,175,222). Sum of RGB (Red+Green+Blue) = 96+175+222=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #60AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFDE is #9F5021. Grayscale: #9C9C9C. Windows color (decimal): -10440738 or 14593888. OLE color: 14593888.

HSL color Cylindrical-coordinate representation of color #60AFDE: hue angle of 202.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60AFDE is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 175 222 -
CMYK 0.57 0.21 0 0.13
HSL 202.38º 0.66% 0.62% -
HSV(B) 202.38º 0.57% 0.87% -
XYZ 33.34 38.42 74.77 -
YUV 156.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 96 175 222 0.57 0.21 0 0.13 202.38 0.66 0.62
Hex 60 AF DE 39 15 0 D CA 42 3E
Octal 140 257 336 71 25 0 15 312 102 76
Binary 1100000 10101111 11011110 111001 10101 0 1101 11001010 1000010 111110

Color Harmonies of #60AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFDE

Black with #60AFDE

Text Example


Text Example

White with #60AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,175,222); }

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

background-color css

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

 a { background-color: rgb(96,175,222); }

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

border-color css

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

 span { border-color: rgb(96,175,222); }

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