#60B4E3

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

Shades of Malibu #60B4E3

Tints of Malibu #60B4E3

Color information

#60B4E3 (or 0x60B4E3) is unknown color: approx Malibu. HEX triplet: 60, B4 and E3. RGB value is (96,180,227). Sum of RGB (Red+Green+Blue) = 96+180+227=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #60B4E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4E3 is #9F4B1C. Grayscale: #9F9F9F. Windows color (decimal): -10439453 or 14922848. OLE color: 14922848.

HSL color Cylindrical-coordinate representation of color #60B4E3: hue angle of 201.53º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60B4E3 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96180227-
CMYK0.580.2100.11
HSL201.53º70.05%63.33%-
HSV(B)201.53º57.71%89.02%-
XYZ35.0140.6878.68-
YUV160.24165.6782.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.09%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=19.09%
G=35.79%
B=45.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961802270.580.2100.11201.5370.0563.33
Hex60B4E33A150Bca463f
Octal140264343722501331210677
Binary110000010110100111000111110101010101011110010101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,227); }

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

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

 a { background-color: rgb(96,180,227); }

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

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

 span { border-color: rgb(96,180,227); }

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