#6EBFED

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

Shades of Maya Blue #6EBFED

Tints of Maya Blue #6EBFED

Color information

#6EBFED (or 0x6EBFED) is unknown color: approx Maya Blue. HEX triplet: 6E, BF and ED. RGB value is (110,191,237). Sum of RGB (Red+Green+Blue) = 110+191+237=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EBFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBFED is #914012. Grayscale: #ABABAB. Windows color (decimal): -9519123 or 15581038. OLE color: 15581038.

HSL color Cylindrical-coordinate representation of color #6EBFED: hue angle of 201.73º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EBFED is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB110191237-
CMYK0.540.1900.07
HSL201.73º77.91%68.04%-
HSV(B)201.73º53.59%92.94%-
XYZ40.3546.6987.01-
YUV172.02164.6683.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.45%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=20.45%
G=35.50%
B=44.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1101912370.540.1900.07201.7377.9168.04
Hex6EBFED361307ca4e44
Octal156277355662307312116104
Binary110111010111111111011011101101001101111100101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,237); }

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

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

 a { background-color: rgb(110,191,237); }

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

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

 span { border-color: rgb(110,191,237); }

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