Html Css Color HEX #60AFEC Malibu

📋 copy color: '#60AFEC'

red 96 ◦ green 175 ◦ blue 236

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

Shades of Malibu #60AFEC

Tints of Malibu #60AFEC

RGB

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

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

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

R = 18.93%
G = 34.52%
B = 46.55%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60AFEC (or 0x60AFEC) is known color: Malibu. HEX triplet: 60, AF and EC. RGB value is (96,175,236). Sum of RGB (Red+Green+Blue) = 96+175+236=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #60AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AFEC is #9F5013. Grayscale: #9E9E9E. Windows color (decimal): -10440724 or 15511392. OLE color: 15511392.

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

Color convert

RGB 96 175 236 -
CMYK 0.59 0.26 0 0.07
HSL 206.14º 0.79% 0.65% -
HSV(B) 206.14º 0.59% 0.93% -
XYZ 35.29 39.2 85.06 -
YUV 158.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 96 175 236 0.59 0.26 0 0.07 206.14 0.79 0.65
Hex 60 AF EC 3B 1A 0 7 CE 4F 41
Octal 140 257 354 73 32 0 7 316 117 101
Binary 1100000 10101111 11101100 111011 11010 0 111 11001110 1001111 1000001

Color Harmonies of #60AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFEC

Black with #60AFEC

Text Example


Text Example

White with #60AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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