Html Css Color HEX #6EBAFC Maya Blue

📋 copy color: '#6EBAFC'

red 110 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #6EBAFC

Tints of Maya Blue #6EBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 20.07%
G = 33.94%
B = 45.99%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EBAFC (or 0x6EBAFC) is known color: Maya Blue. HEX triplet: 6E, BA and FC. RGB value is (110,186,252). Sum of RGB (Red+Green+Blue) = 110+186+252=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBAFC is #914503. Grayscale: #AAAAAA. Windows color (decimal): -9520388 or 16562798. OLE color: 16562798.

HSL color Cylindrical-coordinate representation of color #6EBAFC: hue angle of 207.89º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EBAFC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 186 252 -
CMYK 0.56 0.26 0 0.01
HSL 207.89º 0.96% 0.71% -
HSV(B) 207.89º 0.56% 0.99% -
XYZ 41.56 45.46 98.68 -
YUV 170.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 110 186 252 0.56 0.26 0 0.01 207.89 0.96 0.71
Hex 6E BA FC 38 1A 0 1 D0 60 47
Octal 156 272 374 70 32 0 1 320 140 107
Binary 1101110 10111010 11111100 111000 11010 0 1 11010000 1100000 1000111

Color Harmonies of #6EBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAFC

Black with #6EBAFC

Text Example


Text Example

White with #6EBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,252); }

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

background-color css

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

 a { background-color: rgb(110,186,252); }

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

border-color css

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

 span { border-color: rgb(110,186,252); }

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