Html Css Color HEX #6EBDF1 Maya Blue

📋 copy color: '#6EBDF1'

red 110 ◦ green 189 ◦ blue 241

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

Shades of Maya Blue #6EBDF1

Tints of Maya Blue #6EBDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 20.37%
G = 35%
B = 44.63%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EBDF1 (or 0x6EBDF1) is known color: Maya Blue. HEX triplet: 6E, BD and F1. RGB value is (110,189,241). Sum of RGB (Red+Green+Blue) = 110+189+241=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EBDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBDF1 is #91420E. Grayscale: #ABABAB. Windows color (decimal): -9519631 or 15842670. OLE color: 15842670.

HSL color Cylindrical-coordinate representation of color #6EBDF1: hue angle of 203.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EBDF1 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 189 241 -
CMYK 0.54 0.22 0 0.05
HSL 203.82º 0.82% 0.69% -
HSV(B) 203.82º 0.54% 0.95% -
XYZ 40.51 46.06 89.97 -
YUV 171.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 110 189 241 0.54 0.22 0 0.05 203.82 0.82 0.69
Hex 6E BD F1 36 16 0 5 CC 52 45
Octal 156 275 361 66 26 0 5 314 122 105
Binary 1101110 10111101 11110001 110110 10110 0 101 11001100 1010010 1000101

Color Harmonies of #6EBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDF1

Black with #6EBDF1

Text Example


Text Example

White with #6EBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,241); }

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

background-color css

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

 a { background-color: rgb(110,189,241); }

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

border-color css

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

 span { border-color: rgb(110,189,241); }

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