Html Css Color HEX #7FBAFF Maya Blue

📋 copy color: '#7FBAFF'

red 127 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #7FBAFF

Tints of Maya Blue #7FBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 22.36%
G = 32.75%
B = 44.89%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FBAFF (or 0x7FBAFF) is known color: Maya Blue. HEX triplet: 7F, BA and FF. RGB value is (127,186,255). Sum of RGB (Red+Green+Blue) = 127+186+255=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBAFF is #804500. Grayscale: #AFAFAF. Windows color (decimal): -8406273 or 16759423. OLE color: 16759423.

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

Color convert

RGB 127 186 255 -
CMYK 0.50 0.27 0 0
HSL 212.34º 1% 0.75% -
HSV(B) 212.34º 0.5% 1% -
XYZ 44.36 46.85 101.31 -
YUV 176.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 127 186 255 0.50 0.27 0 0 212.34 1 0.75
Hex 7F BA FF 32 1B 0 0 D4 64 4B
Octal 177 272 377 62 33 0 0 324 144 113
Binary 1111111 10111010 11111111 110010 11011 0 0 11010100 1100100 1001011

Color Harmonies of #7FBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBAFF

Black with #7FBAFF

Text Example


Text Example

White with #7FBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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