Html Css Color HEX #7FBAEC Maya Blue

📋 copy color: '#7FBAEC'

red 127 ◦ green 186 ◦ blue 236

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

Shades of Maya Blue #7FBAEC

Tints of Maya Blue #7FBAEC

RGB

 RED value IS 127 (50% from 255) = 23.13%

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 23.13%
G = 33.88%
B = 42.99%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FBAEC (or 0x7FBAEC) is known color: Maya Blue. HEX triplet: 7F, BA and EC. RGB value is (127,186,236). Sum of RGB (Red+Green+Blue) = 127+186+236=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FBAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBAEC is #804513. Grayscale: #ADADAD. Windows color (decimal): -8406292 or 15514239. OLE color: 15514239.

HSL color Cylindrical-coordinate representation of color #7FBAEC: hue angle of 207.52º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBAEC is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 186 236 -
CMYK 0.46 0.21 0 0.07
HSL 207.52º 0.74% 0.71% -
HSV(B) 207.52º 0.46% 0.93% -
XYZ 41.45 45.69 85.99 -
YUV 174.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 127 186 236 0.46 0.21 0 0.07 207.52 0.74 0.71
Hex 7F BA EC 2E 15 0 7 D0 4A 47
Octal 177 272 354 56 25 0 7 320 112 107
Binary 1111111 10111010 11101100 101110 10101 0 111 11010000 1001010 1000111

Color Harmonies of #7FBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBAEC

Black with #7FBAEC

Text Example


Text Example

White with #7FBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBAEC; }

 p { color: rgb(127,186,236); }

 H1.HeaderClassName
 {
   color: #7FBAEC;
 }
 .AnyTagClassName
 {
   color: #7FBAEC;
 }
</style>

background-color css

<style>
 a { background-color: #7FBAEC; }

 a { background-color: rgb(127,186,236); }

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

border-color css

<style>
 span { border-color: #7FBAEC; }

 span { border-color: rgb(127,186,236); }

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