#60B4D7

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

Shades of Malibu #60B4D7

Tints of Malibu #60B4D7

Color information

#60B4D7 (or 0x60B4D7) is unknown color: approx Malibu. HEX triplet: 60, B4 and D7. RGB value is (96,180,215). Sum of RGB (Red+Green+Blue) = 96+180+215=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #60B4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4D7 is #9F4B28. Grayscale: #9E9E9E. Windows color (decimal): -10439465 or 14136416. OLE color: 14136416.

HSL color Cylindrical-coordinate representation of color #60B4D7: hue angle of 197.65º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60B4D7 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96180215-
CMYK0.550.1600.16
HSL197.65º59.8%60.98%-
HSV(B)197.65º55.35%84.31%-
XYZ33.4140.0470.26-
YUV158.87159.6783.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=19.55%
G=36.66%
B=43.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961802150.550.1600.16197.6559.860.98
Hex60B4D73710010c63c3d
Octal14026432767200203067475
Binary110000010110100110101111101111000001000011000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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