Html Css Color HEX #6ED1FB Maya Blue

📋 copy color: '#6ED1FB'

red 110 ◦ green 209 ◦ blue 251

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

Shades of Maya Blue #6ED1FB

Tints of Maya Blue #6ED1FB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.67%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 19.3%
G = 36.67%
B = 44.04%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6ED1FB (or 0x6ED1FB) is known color: Maya Blue. HEX triplet: 6E, D1 and FB. RGB value is (110,209,251). Sum of RGB (Red+Green+Blue) = 110+209+251=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ED1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED1FB is #912E04. Grayscale: #B7B7B7. Windows color (decimal): -9514501 or 16503150. OLE color: 16503150.

HSL color Cylindrical-coordinate representation of color #6ED1FB: hue angle of 197.87º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ED1FB is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 209 251 -
CMYK 0.56 0.17 0 0.02
HSL 197.87º 0.95% 0.71% -
HSV(B) 197.87º 0.56% 0.98% -
XYZ 46.64 55.88 99.59 -
YUV 184.19 165.7 75.08 -
System Red Green Blue C M Y K H S L
Decimal 110 209 251 0.56 0.17 0 0.02 197.87 0.95 0.71
Hex 6E D1 FB 38 11 0 2 C6 5F 47
Octal 156 321 373 70 21 0 2 306 137 107
Binary 1101110 11010001 11111011 111000 10001 0 10 11000110 1011111 1000111

Color Harmonies of #6ED1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED1FB

Black with #6ED1FB

Text Example


Text Example

White with #6ED1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,209,251); }

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

background-color css

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

 a { background-color: rgb(110,209,251); }

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

border-color css

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

 span { border-color: rgb(110,209,251); }

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