#60baf4

Color #60BAF4 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #60BAF4

Tints of Malibu #60BAF4

Color information

#60BAF4 (or 0x60BAF4) is unknown color: approx Malibu. HEX triplet: 60, BA and F4. RGB value is (96,186,244). Sum of RGB (Red+Green+Blue) = 96+186+244=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #60BAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAF4 is #9F450B. Grayscale: #A5A5A5. Windows color (decimal): -10437900 or 16038496. OLE color: 16038496.

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

Color convert

RGB96186244-
CMYK0.610.2400.04
HSL203.51º87.06%66.67%-
HSV(B)203.51º60.66%95.69%-
XYZ38.7144.1492.07-
YUV165.7172.1878.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.25%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 244 (95.70% from 255) = 46.39%
R=18.25%
G=35.36%
B=46.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal961862440.610.2400.04203.5187.0666.67
Hex60BAF43D1804cc5743
Octal140272364753004314127103
Binary110000010111010111101001111011100001001100110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60baf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,244); }

 H1.HeaderClassName
 {
   color: #60baf4;
 }
 .AnyTagClassName
 {
   color: #60baf4;
 }
</style>
background-color css

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

 a { background-color: rgb(96,186,244); }

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

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

 span { border-color: rgb(96,186,244); }

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