#6ED7FD

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

Shades of Maya Blue #6ED7FD

Tints of Maya Blue #6ED7FD

Color information

#6ED7FD (or 0x6ED7FD) is unknown color: approx Maya Blue. HEX triplet: 6E, D7 and FD. RGB value is (110,215,253). Sum of RGB (Red+Green+Blue) = 110+215+253=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ED7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED7FD is #912802. Grayscale: #BBBBBB. Windows color (decimal): -9512963 or 16635758. OLE color: 16635758.

HSL color Cylindrical-coordinate representation of color #6ED7FD: hue angle of 195.94º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ED7FD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110215253-
CMYK0.570.1500.01
HSL195.94º97.28%71.18%-
HSV(B)195.94º56.52%99.22%-
XYZ48.4659.01101.76-
YUV187.94164.7172.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.03%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=19.03%
G=37.20%
B=43.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102152530.570.1500.01195.9497.2871.18
Hex6ED7FD39F01c46147
Octal156327375711701304141107
Binary110111011010111111111011110011111011100010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,215,253); }

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

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

 a { background-color: rgb(110,215,253); }

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

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

 span { border-color: rgb(110,215,253); }

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