Html Css Color HEX #6ED5FD Maya Blue

📋 copy color: '#6ED5FD'

red 110 ◦ green 213 ◦ blue 253

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

Shades of Maya Blue #6ED5FD

Tints of Maya Blue #6ED5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 19.1%
G = 36.98%
B = 43.92%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6ED5FD (or 0x6ED5FD) is known color: Maya Blue. HEX triplet: 6E, D5 and FD. RGB value is (110,213,253). Sum of RGB (Red+Green+Blue) = 110+213+253=576 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.10% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ED5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED5FD is #912A02. Grayscale: #BABABA. Windows color (decimal): -9513475 or 16635246. OLE color: 16635246.

HSL color Cylindrical-coordinate representation of color #6ED5FD: hue angle of 196.78º 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 #6ED5FD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 213 253 -
CMYK 0.57 0.16 0 0.01
HSL 196.78º 0.97% 0.71% -
HSV(B) 196.78º 0.57% 0.99% -
XYZ 47.95 58 101.6 -
YUV 186.76 165.38 73.25 -
System Red Green Blue C M Y K H S L
Decimal 110 213 253 0.57 0.16 0 0.01 196.78 0.97 0.71
Hex 6E D5 FD 39 10 0 1 C5 61 47
Octal 156 325 375 71 20 0 1 305 141 107
Binary 1101110 11010101 11111101 111001 10000 0 1 11000101 1100001 1000111

Color Harmonies of #6ED5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED5FD

Black with #6ED5FD

Text Example


Text Example

White with #6ED5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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