#60BBE5

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

Shades of Malibu #60BBE5

Tints of Malibu #60BBE5

Color information

#60BBE5 (or 0x60BBE5) is unknown color: approx Malibu. HEX triplet: 60, BB and E5. RGB value is (96,187,229). Sum of RGB (Red+Green+Blue) = 96+187+229=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #60BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBE5 is #9F441A. Grayscale: #A4A4A4. Windows color (decimal): -10437659 or 15055712. OLE color: 15055712.

HSL color Cylindrical-coordinate representation of color #60BBE5: hue angle of 198.95º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60BBE5 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96187229-
CMYK0.580.1800.10
HSL198.95º71.89%63.73%-
HSV(B)198.95º58.08%89.8%-
XYZ36.7443.6880.62-
YUV164.58164.3579.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 229 (89.84% from 255) = 44.73%
R=18.75%
G=36.52%
B=44.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961872290.580.1800.10198.9571.8963.73
Hex60BBE53A120Ac74840
Octal1402733457222012307110100
Binary1100000101110111110010111101010010010101100011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,187,229); }

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

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

 a { background-color: rgb(96,187,229); }

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

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

 span { border-color: rgb(96,187,229); }

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