Html Css Color HEX #6EBFF2 Maya Blue

📋 copy color: '#6EBFF2'

red 110 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #6EBFF2

Tints of Maya Blue #6EBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

 BLUE value IS 242 (94.92% from 255) = 44.57%

R = 20.26%
G = 35.17%
B = 44.57%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EBFF2 (or 0x6EBFF2) is known color: Maya Blue. HEX triplet: 6E, BF and F2. RGB value is (110,191,242). Sum of RGB (Red+Green+Blue) = 110+191+242=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBFF2 is #91400D. Grayscale: #ACACAC. Windows color (decimal): -9519118 or 15908718. OLE color: 15908718.

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

Color convert

RGB 110 191 242 -
CMYK 0.55 0.21 0 0.05
HSL 203.18º 0.84% 0.69% -
HSV(B) 203.18º 0.55% 0.95% -
XYZ 41.09 46.99 90.91 -
YUV 172.6 167.16 83.35 -
System Red Green Blue C M Y K H S L
Decimal 110 191 242 0.55 0.21 0 0.05 203.18 0.84 0.69
Hex 6E BF F2 37 15 0 5 CB 54 45
Octal 156 277 362 67 25 0 5 313 124 105
Binary 1101110 10111111 11110010 110111 10101 0 101 11001011 1010100 1000101

Color Harmonies of #6EBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFF2

Black with #6EBFF2

Text Example


Text Example

White with #6EBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,242); }

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

background-color css

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

 a { background-color: rgb(110,191,242); }

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

border-color css

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

 span { border-color: rgb(110,191,242); }

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