Html Css Color HEX #6EBEF2 Maya Blue

📋 copy color: '#6EBEF2'

red 110 ◦ green 190 ◦ blue 242

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

Shades of Maya Blue #6EBEF2

Tints of Maya Blue #6EBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

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

R = 20.3%
G = 35.06%
B = 44.65%

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

#6EBEF2 (or 0x6EBEF2) is known color: Maya Blue. HEX triplet: 6E, BE and F2. RGB value is (110,190,242). Sum of RGB (Red+Green+Blue) = 110+190+242=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EBEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBEF2 is #91410D. Grayscale: #ABABAB. Windows color (decimal): -9519374 or 15908462. OLE color: 15908462.

HSL color Cylindrical-coordinate representation of color #6EBEF2: hue angle of 203.64º 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 #6EBEF2 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 190 242 -
CMYK 0.55 0.21 0 0.05
HSL 203.64º 0.84% 0.69% -
HSV(B) 203.64º 0.55% 0.95% -
XYZ 40.87 46.55 90.84 -
YUV 172.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 110 190 242 0.55 0.21 0 0.05 203.64 0.84 0.69
Hex 6E BE F2 37 15 0 5 CC 54 45
Octal 156 276 362 67 25 0 5 314 124 105
Binary 1101110 10111110 11110010 110111 10101 0 101 11001100 1010100 1000101

Color Harmonies of #6EBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEF2

Black with #6EBEF2

Text Example


Text Example

White with #6EBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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