Html Css Color HEX #60ACF5 Malibu

📋 copy color: '#60ACF5'

red 96 ◦ green 172 ◦ blue 245

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

Shades of Malibu #60ACF5

Tints of Malibu #60ACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 18.71%
G = 33.53%
B = 47.76%

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

#60ACF5 (or 0x60ACF5) is known color: Malibu. HEX triplet: 60, AC and F5. RGB value is (96,172,245). Sum of RGB (Red+Green+Blue) = 96+172+245=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #60ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACF5 is #9F530A. Grayscale: #9D9D9D. Windows color (decimal): -10441483 or 16100448. OLE color: 16100448.

HSL color Cylindrical-coordinate representation of color #60ACF5: hue angle of 209.4º degrees, saturation: 0.88, 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 #60ACF5 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 172 245 -
CMYK 0.61 0.30 0 0.04
HSL 209.4º 0.88% 0.67% -
HSV(B) 209.4º 0.61% 0.96% -
XYZ 36.06 38.58 91.93 -
YUV 157.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 96 172 245 0.61 0.30 0 0.04 209.4 0.88 0.67
Hex 60 AC F5 3D 1E 0 4 D1 58 43
Octal 140 254 365 75 36 0 4 321 130 103
Binary 1100000 10101100 11110101 111101 11110 0 100 11010001 1011000 1000011

Color Harmonies of #60ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACF5

Black with #60ACF5

Text Example


Text Example

White with #60ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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