#6EBDF2

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

Shades of Maya Blue #6EBDF2

Tints of Maya Blue #6EBDF2

Color information

#6EBDF2 (or 0x6EBDF2) is unknown color: approx Maya Blue. HEX triplet: 6E, BD and F2. RGB value is (110,189,242). Sum of RGB (Red+Green+Blue) = 110+189+242=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EBDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBDF2 is #91420D. Grayscale: #ABABAB. Windows color (decimal): -9519630 or 15908206. OLE color: 15908206.

HSL color Cylindrical-coordinate representation of color #6EBDF2: hue angle of 204.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EBDF2 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110189242-
CMYK0.550.2200.05
HSL204.09º83.54%69.02%-
HSV(B)204.09º54.55%94.9%-
XYZ40.6646.1290.76-
YUV171.42167.8384.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.33%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 242 (94.92% from 255) = 44.73%
R=20.33%
G=34.94%
B=44.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101892420.550.2200.05204.0983.5469.02
Hex6EBDF2371605cc5445
Octal156275362672605314124105
Binary110111010111101111100101101111011001011100110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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