#6EBAF8

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

Shades of Maya Blue #6EBAF8

Tints of Maya Blue #6EBAF8

Color information

#6EBAF8 (or 0x6EBAF8) is unknown color: approx Maya Blue. HEX triplet: 6E, BA and F8. RGB value is (110,186,248). Sum of RGB (Red+Green+Blue) = 110+186+248=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #6EBAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBAF8 is #914507. Grayscale: #AAAAAA. Windows color (decimal): -9520392 or 16300654. OLE color: 16300654.

HSL color Cylindrical-coordinate representation of color #6EBAF8: hue angle of 206.96º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EBAF8 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB110186248-
CMYK0.560.2500.03
HSL206.96º90.79%70.2%-
HSV(B)206.96º55.65%97.25%-
XYZ40.9345.2195.38-
YUV170.34171.8284.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.22%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 248 (97.27% from 255) = 45.59%
R=20.22%
G=34.19%
B=45.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1101862480.560.2500.03206.9690.7970.2
Hex6EBAF8381903cf5b46
Octal156272370703103317133106
Binary11011101011101011111000111000110010111100111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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