#6EBAEA

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

Shades of Malibu #6EBAEA

Tints of Malibu #6EBAEA

Color information

#6EBAEA (or 0x6EBAEA) is unknown color: approx Malibu. HEX triplet: 6E, BA and EA. RGB value is (110,186,234). Sum of RGB (Red+Green+Blue) = 110+186+234=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBAEA is #914515. Grayscale: #A8A8A8. Windows color (decimal): -9520406 or 15383150. OLE color: 15383150.

HSL color Cylindrical-coordinate representation of color #6EBAEA: hue angle of 203.23º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBAEA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110186234-
CMYK0.530.2100.08
HSL203.23º74.7%67.45%-
HSV(B)203.23º52.99%91.76%-
XYZ38.8444.3784.36-
YUV168.75164.8286.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.75%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=20.75%
G=35.09%
B=44.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101862340.530.2100.08203.2374.767.45
Hex6EBAEA351508cb4b43
Octal1562723526525010313113103
Binary1101110101110101110101011010110101010001100101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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