#60BBF1

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

Shades of Malibu #60BBF1

Tints of Malibu #60BBF1

Color information

#60BBF1 (or 0x60BBF1) is unknown color: approx Malibu. HEX triplet: 60, BB and F1. RGB value is (96,187,241). Sum of RGB (Red+Green+Blue) = 96+187+241=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #60BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBF1 is #9F440E. Grayscale: #A5A5A5. Windows color (decimal): -10437647 or 15842144. OLE color: 15842144.

HSL color Cylindrical-coordinate representation of color #60BBF1: hue angle of 202.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BBF1 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96187241-
CMYK0.600.2200.05
HSL202.34º83.82%66.08%-
HSV(B)202.34º60.17%94.51%-
XYZ38.4744.3889.76-
YUV165.95170.3578.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.32%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=18.32%
G=35.69%
B=45.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal961872410.600.2200.05202.3483.8266.08
Hex60BBF13C1605ca5442
Octal140273361742605312124102
Binary110000010111011111100011111001011001011100101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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