#60BDE3

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

Shades of Malibu #60BDE3

Tints of Malibu #60BDE3

Color information

#60BDE3 (or 0x60BDE3) is unknown color: approx Malibu. HEX triplet: 60, BD and E3. RGB value is (96,189,227). Sum of RGB (Red+Green+Blue) = 96+189+227=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #60BDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDE3 is #9F421C. Grayscale: #A5A5A5. Windows color (decimal): -10437149 or 14925152. OLE color: 14925152.

HSL color Cylindrical-coordinate representation of color #60BDE3: hue angle of 197.4º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60BDE3 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96189227-
CMYK0.580.1700.11
HSL197.4º70.05%63.33%-
HSV(B)197.4º57.71%89.02%-
XYZ36.8944.4379.3-
YUV165.52162.6978.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 227 (89.06% from 255) = 44.34%
R=18.75%
G=36.91%
B=44.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961892270.580.1700.11197.470.0563.33
Hex60BDE33A110Bc5463f
Octal140275343722101330510677
Binary110000010111101111000111110101000101011110001011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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