#60B4E6

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

Shades of Malibu #60B4E6

Tints of Malibu #60B4E6

Color information

#60B4E6 (or 0x60B4E6) is unknown color: approx Malibu. HEX triplet: 60, B4 and E6. RGB value is (96,180,230). Sum of RGB (Red+Green+Blue) = 96+180+230=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #60B4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B4E6 is #9F4B19. Grayscale: #A0A0A0. Windows color (decimal): -10439450 or 15119456. OLE color: 15119456.

HSL color Cylindrical-coordinate representation of color #60B4E6: hue angle of 202.39º 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 #60B4E6 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96180230-
CMYK0.580.2200.10
HSL202.39º72.83%63.92%-
HSV(B)202.39º58.26%90.2%-
XYZ35.4340.8480.88-
YUV160.58167.1781.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.97%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=18.97%
G=35.57%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961802300.580.2200.10202.3972.8363.92
Hex60B4E63A160Aca4940
Octal1402643467226012312111100
Binary1100000101101001110011011101010110010101100101010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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