#60BCD7

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

Shades of Malibu #60BCD7

Tints of Malibu #60BCD7

Color information

#60BCD7 (or 0x60BCD7) is unknown color: approx Malibu. HEX triplet: 60, BC and D7. RGB value is (96,188,215). Sum of RGB (Red+Green+Blue) = 96+188+215=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #60BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCD7 is #9F4328. Grayscale: #A3A3A3. Windows color (decimal): -10437417 or 14138464. OLE color: 14138464.

HSL color Cylindrical-coordinate representation of color #60BCD7: hue angle of 193.61º 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 #60BCD7 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96188215-
CMYK0.550.1300.16
HSL193.61º59.8%60.98%-
HSV(B)193.61º55.35%84.31%-
XYZ35.0743.3670.81-
YUV163.57157.0279.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.24%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=19.24%
G=37.68%
B=43.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961882150.550.1300.16193.6159.860.98
Hex60BCD737D010c23c3d
Octal14027432767150203027475
Binary11000001011110011010111110111110101000011000010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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