#6ABAEA

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

Shades of Malibu #6ABAEA

Tints of Malibu #6ABAEA

Color information

#6ABAEA (or 0x6ABAEA) is unknown color: approx Malibu. HEX triplet: 6A, BA and EA. RGB value is (106,186,234). Sum of RGB (Red+Green+Blue) = 106+186+234=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ABAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABAEA is #954515. Grayscale: #A7A7A7. Windows color (decimal): -9782550 or 15383146. OLE color: 15383146.

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

Color convert

RGB106186234-
CMYK0.550.2100.08
HSL202.5º75.29%66.67%-
HSV(B)202.5º54.7%91.76%-
XYZ38.3544.1284.34-
YUV167.55165.584.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.15%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=20.15%
G=35.36%
B=44.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061862340.550.2100.08202.575.2966.67
Hex6ABAEA371508ca4b43
Octal1522723526725010312113103
Binary1101010101110101110101011011110101010001100101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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