Html Css Color HEX #6ED8FE Maya Blue

📋 copy color: '#6ED8FE'

red 110 ◦ green 216 ◦ blue 254

#6ED8FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #6ED8FE

Tints of Maya Blue #6ED8FE

RGB

 RED value IS 110 (43.36% from 255) = 18.97%

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 18.97%
G = 37.24%
B = 43.79%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6ED8FE (or 0x6ED8FE) is known color: Maya Blue. HEX triplet: 6E, D8 and FE. RGB value is (110,216,254). Sum of RGB (Red+Green+Blue) = 110+216+254=580 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.97% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ED8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED8FE is #912701. Grayscale: #BCBCBC. Windows color (decimal): -9512706 or 16701550. OLE color: 16701550.

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

Color convert

RGB 110 216 254 -
CMYK 0.57 0.15 0 0.00
HSL 195.83º 0.99% 0.71% -
HSV(B) 195.83º 0.57% 1% -
XYZ 48.88 59.58 102.69 -
YUV 188.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 110 216 254 0.57 0.15 0 0.00 195.83 0.99 0.71
Hex 6E D8 FE 39 F 0 0 C4 63 47
Octal 156 330 376 71 17 0 0 304 143 107
Binary 1101110 11011000 11111110 111001 1111 0 0 11000100 1100011 1000111

Color Harmonies of #6ED8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8FE

Black with #6ED8FE

Text Example


Text Example

White with #6ED8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,254); }

 H1.HeaderClassName
 {
   color: #6ED8FE;
 }
 .AnyTagClassName
 {
   color: #6ED8FE;
 }
</style>

background-color css

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

 a { background-color: rgb(110,216,254); }

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

border-color css

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

 span { border-color: rgb(110,216,254); }

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