Html Css Color HEX #60ACDF Malibu

📋 copy color: '#60ACDF'

red 96 ◦ green 172 ◦ blue 223

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

Shades of Malibu #60ACDF

Tints of Malibu #60ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 19.55%
G = 35.03%
B = 45.42%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60ACDF (or 0x60ACDF) is known color: Malibu. HEX triplet: 60, AC and DF. RGB value is (96,172,223). Sum of RGB (Red+Green+Blue) = 96+172+223=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #60ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACDF is #9F5320. Grayscale: #9A9A9A. Windows color (decimal): -10441505 or 14658656. OLE color: 14658656.

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

Color convert

RGB 96 172 223 -
CMYK 0.57 0.23 0 0.13
HSL 204.09º 0.66% 0.63% -
HSV(B) 204.09º 0.57% 0.87% -
XYZ 32.9 37.32 75.28 -
YUV 155.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 96 172 223 0.57 0.23 0 0.13 204.09 0.66 0.63
Hex 60 AC DF 39 17 0 D CC 42 3F
Octal 140 254 337 71 27 0 15 314 102 77
Binary 1100000 10101100 11011111 111001 10111 0 1101 11001100 1000010 111111

Color Harmonies of #60ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACDF

Black with #60ACDF

Text Example


Text Example

White with #60ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,223); }

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

background-color css

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

 a { background-color: rgb(96,172,223); }

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

border-color css

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

 span { border-color: rgb(96,172,223); }

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