#6ABFEA

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

Shades of Malibu #6ABFEA

Tints of Malibu #6ABFEA

Color information

#6ABFEA (or 0x6ABFEA) is unknown color: approx Malibu. HEX triplet: 6A, BF and EA. RGB value is (106,191,234). Sum of RGB (Red+Green+Blue) = 106+191+234=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ABFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFEA is #954015. Grayscale: #AAAAAA. Windows color (decimal): -9781270 or 15384426. OLE color: 15384426.

HSL color Cylindrical-coordinate representation of color #6ABFEA: hue angle of 200.16º 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 #6ABFEA is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106191234-
CMYK0.550.1800.08
HSL200.16º75.29%66.67%-
HSV(B)200.16º54.7%91.76%-
XYZ39.4346.2784.69-
YUV170.49163.8482-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.96%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=19.96%
G=35.97%
B=44.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061912340.550.1800.08200.1675.2966.67
Hex6ABFEA371208c84b43
Octal1522773526722010310113103
Binary1101010101111111110101011011110010010001100100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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