#60BDDE

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

Shades of Malibu #60BDDE

Tints of Malibu #60BDDE

Color information

#60BDDE (or 0x60BDDE) is unknown color: approx Malibu. HEX triplet: 60, BD and DE. RGB value is (96,189,222). Sum of RGB (Red+Green+Blue) = 96+189+222=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #60BDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDDE is #9F4221. Grayscale: #A4A4A4. Windows color (decimal): -10437154 or 14597472. OLE color: 14597472.

HSL color Cylindrical-coordinate representation of color #60BDDE: hue angle of 195.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BDDE is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96189222-
CMYK0.570.1500.13
HSL195.71º65.62%62.35%-
HSV(B)195.71º56.76%87.06%-
XYZ36.2144.1675.72-
YUV164.96160.1978.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.93%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=18.93%
G=37.28%
B=43.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961892220.570.1500.13195.7165.6262.35
Hex60BDDE39F0Dc4423e
Octal140275336711701530410276
Binary11000001011110111011110111001111101101110001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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