#60BDD4

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

Shades of Malibu #60BDD4

Tints of Malibu #60BDD4

Color information

#60BDD4 (or 0x60BDD4) is unknown color: approx Malibu. HEX triplet: 60, BD and D4. RGB value is (96,189,212). Sum of RGB (Red+Green+Blue) = 96+189+212=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #60BDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDD4 is #9F422B. Grayscale: #A3A3A3. Windows color (decimal): -10437164 or 13942112. OLE color: 13942112.

HSL color Cylindrical-coordinate representation of color #60BDD4: hue angle of 191.9º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BDD4 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96189212-
CMYK0.550.1100.17
HSL191.9º57.43%60.39%-
HSV(B)191.9º54.72%83.14%-
XYZ34.9143.6468.87-
YUV163.82155.1979.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=19.32%
G=38.03%
B=42.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961892120.550.1100.17191.957.4360.39
Hex60BDD437B011c0393c
Octal14027532467130213007174
Binary11000001011110111010100110111101101000111000000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,212); }

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

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

 a { background-color: rgb(96,189,212); }

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

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

 span { border-color: rgb(96,189,212); }

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