#6EBAEC

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

Shades of Malibu #6EBAEC

Tints of Malibu #6EBAEC

Color information

#6EBAEC (or 0x6EBAEC) is unknown color: approx Malibu. HEX triplet: 6E, BA and EC. RGB value is (110,186,236). Sum of RGB (Red+Green+Blue) = 110+186+236=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EBAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBAEC is #914513. Grayscale: #A8A8A8. Windows color (decimal): -9520404 or 15514222. OLE color: 15514222.

HSL color Cylindrical-coordinate representation of color #6EBAEC: hue angle of 203.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBAEC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB110186236-
CMYK0.530.2100.07
HSL203.81º76.83%67.84%-
HSV(B)203.81º53.39%92.55%-
XYZ39.1344.4985.88-
YUV168.98165.8285.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.68%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=20.68%
G=34.96%
B=44.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1101862360.530.2100.07203.8176.8367.84
Hex6EBAEC351507cc4d44
Octal156272354652507314115104
Binary110111010111010111011001101011010101111100110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBAEC; }

 p { color: rgb(110,186,236); }

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

<style>
 a { background-color: #6EBAEC; }

 a { background-color: rgb(110,186,236); }

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

<style>
 span { border-color: #6EBAEC; }

 span { border-color: rgb(110,186,236); }

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