Html Css Color HEX #60ACF3 Malibu

📋 copy color: '#60ACF3'

red 96 ◦ green 172 ◦ blue 243

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

Shades of Malibu #60ACF3

Tints of Malibu #60ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.55%

R = 18.79%
G = 33.66%
B = 47.55%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60ACF3 (or 0x60ACF3) is known color: Malibu. HEX triplet: 60, AC and F3. RGB value is (96,172,243). Sum of RGB (Red+Green+Blue) = 96+172+243=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #60ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACF3 is #9F530C. Grayscale: #9D9D9D. Windows color (decimal): -10441485 or 15969376. OLE color: 15969376.

HSL color Cylindrical-coordinate representation of color #60ACF3: hue angle of 208.98º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60ACF3 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 172 243 -
CMYK 0.60 0.29 0 0.05
HSL 208.98º 0.86% 0.66% -
HSV(B) 208.98º 0.6% 0.95% -
XYZ 35.75 38.46 90.33 -
YUV 157.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 96 172 243 0.60 0.29 0 0.05 208.98 0.86 0.66
Hex 60 AC F3 3C 1D 0 5 D1 56 42
Octal 140 254 363 74 35 0 5 321 126 102
Binary 1100000 10101100 11110011 111100 11101 0 101 11010001 1010110 1000010

Color Harmonies of #60ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACF3

Black with #60ACF3

Text Example


Text Example

White with #60ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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