#6EBDFA

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

Shades of Maya Blue #6EBDFA

Tints of Maya Blue #6EBDFA

Color information

#6EBDFA (or 0x6EBDFA) is unknown color: approx Maya Blue. HEX triplet: 6E, BD and FA. RGB value is (110,189,250). Sum of RGB (Red+Green+Blue) = 110+189+250=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EBDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBDFA is #914205. Grayscale: #ACACAC. Windows color (decimal): -9519622 or 16432494. OLE color: 16432494.

HSL color Cylindrical-coordinate representation of color #6EBDFA: hue angle of 206.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EBDFA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110189250-
CMYK0.560.2400.02
HSL206.14º93.33%70.59%-
HSV(B)206.14º56%98.04%-
XYZ41.8846.6197.23-
YUV172.33171.8383.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.04%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=20.04%
G=34.43%
B=45.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101892500.560.2400.02206.1493.3370.59
Hex6EBDFA381802ce5d47
Octal156275372703002316135107
Binary11011101011110111111010111000110000101100111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,189,250); }

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

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

 a { background-color: rgb(110,189,250); }

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

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

 span { border-color: rgb(110,189,250); }

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