#60BEE6

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

Shades of Malibu #60BEE6

Tints of Malibu #60BEE6

Color information

#60BEE6 (or 0x60BEE6) is unknown color: approx Malibu. HEX triplet: 60, BE and E6. RGB value is (96,190,230). Sum of RGB (Red+Green+Blue) = 96+190+230=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #60BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEE6 is #9F4119. Grayscale: #A6A6A6. Windows color (decimal): -10436890 or 15122016. OLE color: 15122016.

HSL color Cylindrical-coordinate representation of color #60BEE6: hue angle of 197.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60BEE6 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96190230-
CMYK0.580.1700.10
HSL197.91º72.83%63.92%-
HSV(B)197.91º58.26%90.2%-
XYZ37.5245.0381.58-
YUV166.45163.8677.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.60%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=18.60%
G=36.82%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961902300.580.1700.10197.9172.8363.92
Hex60BEE63A110Ac64940
Octal1402763467221012306111100
Binary1100000101111101110011011101010001010101100011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,190,230); }

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

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

 a { background-color: rgb(96,190,230); }

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

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

 span { border-color: rgb(96,190,230); }

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