Html Css Color HEX #7FBAFE Maya Blue

📋 copy color: '#7FBAFE'

red 127 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #7FBAFE

Tints of Maya Blue #7FBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 22.4%
G = 32.8%
B = 44.8%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FBAFE (or 0x7FBAFE) is known color: Maya Blue. HEX triplet: 7F, BA and FE. RGB value is (127,186,254). Sum of RGB (Red+Green+Blue) = 127+186+254=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBAFE is #804501. Grayscale: #AFAFAF. Windows color (decimal): -8406274 or 16693887. OLE color: 16693887.

HSL color Cylindrical-coordinate representation of color #7FBAFE: hue angle of 212.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FBAFE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 186 254 -
CMYK 0.50 0.27 0 0.00
HSL 212.13º 0.98% 0.75% -
HSV(B) 212.13º 0.5% 1% -
XYZ 44.2 46.79 100.47 -
YUV 176.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 127 186 254 0.50 0.27 0 0.00 212.13 0.98 0.75
Hex 7F BA FE 32 1B 0 0 D4 62 4B
Octal 177 272 376 62 33 0 0 324 142 113
Binary 1111111 10111010 11111110 110010 11011 0 0 11010100 1100010 1001011

Color Harmonies of #7FBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBAFE

Black with #7FBAFE

Text Example


Text Example

White with #7FBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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