Html Css Color HEX #60AFDC Malibu

📋 copy color: '#60AFDC'

red 96 ◦ green 175 ◦ blue 220

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

Shades of Malibu #60AFDC

Tints of Malibu #60AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 19.55%
G = 35.64%
B = 44.81%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60AFDC (or 0x60AFDC) is known color: Malibu. HEX triplet: 60, AF and DC. RGB value is (96,175,220). Sum of RGB (Red+Green+Blue) = 96+175+220=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #60AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFDC is #9F5023. Grayscale: #9C9C9C. Windows color (decimal): -10440740 or 14462816. OLE color: 14462816.

HSL color Cylindrical-coordinate representation of color #60AFDC: hue angle of 201.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AFDC is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 175 220 -
CMYK 0.56 0.20 0 0.14
HSL 201.77º 0.64% 0.62% -
HSV(B) 201.77º 0.56% 0.86% -
XYZ 33.07 38.31 73.36 -
YUV 156.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 96 175 220 0.56 0.20 0 0.14 201.77 0.64 0.62
Hex 60 AF DC 38 14 0 E CA 40 3E
Octal 140 257 334 70 24 0 16 312 100 76
Binary 1100000 10101111 11011100 111000 10100 0 1110 11001010 1000000 111110

Color Harmonies of #60AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFDC

Black with #60AFDC

Text Example


Text Example

White with #60AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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