Html Css Color HEX #6EABFB Maya Blue

📋 copy color: '#6EABFB'

red 110 ◦ green 171 ◦ blue 251

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

Shades of Maya Blue #6EABFB

Tints of Maya Blue #6EABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.14%

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

R = 20.68%
G = 32.14%
B = 47.18%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EABFB (or 0x6EABFB) is known color: Maya Blue. HEX triplet: 6E, AB and FB. RGB value is (110,171,251). Sum of RGB (Red+Green+Blue) = 110+171+251=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #6EABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABFB is #915404. Grayscale: #A1A1A1. Windows color (decimal): -9524229 or 16493422. OLE color: 16493422.

HSL color Cylindrical-coordinate representation of color #6EABFB: hue angle of 214.04º 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 #6EABFB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 171 251 -
CMYK 0.56 0.32 0 0.02
HSL 214.04º 0.95% 0.71% -
HSV(B) 214.04º 0.56% 0.98% -
XYZ 38.41 39.41 96.85 -
YUV 161.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 110 171 251 0.56 0.32 0 0.02 214.04 0.95 0.71
Hex 6E AB FB 38 20 0 2 D6 5F 47
Octal 156 253 373 70 40 0 2 326 137 107
Binary 1101110 10101011 11111011 111000 100000 0 10 11010110 1011111 1000111

Color Harmonies of #6EABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABFB

Black with #6EABFB

Text Example


Text Example

White with #6EABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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