#6ABEEA

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

Shades of Malibu #6ABEEA

Tints of Malibu #6ABEEA

Color information

#6ABEEA (or 0x6ABEEA) is unknown color: approx Malibu. HEX triplet: 6A, BE and EA. RGB value is (106,190,234). Sum of RGB (Red+Green+Blue) = 106+190+234=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 190 (74.61% from 255 or 35.85% 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 #6ABEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABEEA is #954115. Grayscale: #A9A9A9. Windows color (decimal): -9781526 or 15384170. OLE color: 15384170.

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

Color convert

RGB106190234-
CMYK0.550.1900.08
HSL200.62º75.29%66.67%-
HSV(B)200.62º54.7%91.76%-
XYZ39.2145.8384.62-
YUV169.9164.1782.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=20%
G=35.85%
B=44.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061902340.550.1900.08200.6275.2966.67
Hex6ABEEA371308c94b43
Octal1522763526723010311113103
Binary1101010101111101110101011011110011010001100100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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