#60B2D7

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

Shades of Malibu #60B2D7

Tints of Malibu #60B2D7

Color information

#60B2D7 (or 0x60B2D7) is unknown color: approx Malibu. HEX triplet: 60, B2 and D7. RGB value is (96,178,215). Sum of RGB (Red+Green+Blue) = 96+178+215=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #60B2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2D7 is #9F4D28. Grayscale: #9D9D9D. Windows color (decimal): -10439977 or 14135904. OLE color: 14135904.

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

Color convert

RGB96178215-
CMYK0.550.1700.16
HSL198.66º59.8%60.98%-
HSV(B)198.66º55.35%84.31%-
XYZ33.0139.2370.12-
YUV157.7160.3383.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.63%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=19.63%
G=36.40%
B=43.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961782150.550.1700.16198.6659.860.98
Hex60B2D73711010c73c3d
Octal14026232767210203077475
Binary110000010110010110101111101111000101000011000111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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