#60BFE2

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

Shades of Malibu #60BFE2

Tints of Malibu #60BFE2

Color information

#60BFE2 (or 0x60BFE2) is unknown color: approx Malibu. HEX triplet: 60, BF and E2. RGB value is (96,191,226). Sum of RGB (Red+Green+Blue) = 96+191+226=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #60BFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFE2 is #9F401D. Grayscale: #A6A6A6. Windows color (decimal): -10436638 or 14860128. OLE color: 14860128.

HSL color Cylindrical-coordinate representation of color #60BFE2: hue angle of 196.15º degrees, saturation: 0.69, 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 #60BFE2 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96191226-
CMYK0.580.1500.11
HSL196.15º69.15%63.14%-
HSV(B)196.15º57.52%88.63%-
XYZ37.1845.2478.72-
YUV166.58161.5377.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 226 (88.67% from 255) = 44.05%
R=18.71%
G=37.23%
B=44.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961912260.580.1500.11196.1569.1563.14
Hex60BFE23AF0Bc4453f
Octal140277342721701330410577
Binary11000001011111111100010111010111101011110001001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,226); }

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

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

 a { background-color: rgb(96,191,226); }

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

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

 span { border-color: rgb(96,191,226); }

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