Html Css Color HEX #7FB6FE Maya Blue

📋 copy color: '#7FB6FE'

red 127 ◦ green 182 ◦ blue 254

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

Shades of Maya Blue #7FB6FE

Tints of Maya Blue #7FB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.33%

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

R = 22.56%
G = 32.33%
B = 45.12%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FB6FE (or 0x7FB6FE) is known color: Maya Blue. HEX triplet: 7F, B6 and FE. RGB value is (127,182,254). Sum of RGB (Red+Green+Blue) = 127+182+254=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FB6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB6FE is #804901. Grayscale: #ADADAD. Windows color (decimal): -8407298 or 16692863. OLE color: 16692863.

HSL color Cylindrical-coordinate representation of color #7FB6FE: hue angle of 214.02º 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 #7FB6FE is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 182 254 -
CMYK 0.50 0.28 0 0.00
HSL 214.02º 0.98% 0.75% -
HSV(B) 214.02º 0.5% 1% -
XYZ 43.37 45.12 100.19 -
YUV 173.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 127 182 254 0.50 0.28 0 0.00 214.02 0.98 0.75
Hex 7F B6 FE 32 1C 0 0 D6 62 4B
Octal 177 266 376 62 34 0 0 326 142 113
Binary 1111111 10110110 11111110 110010 11100 0 0 11010110 1100010 1001011

Color Harmonies of #7FB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB6FE

Black with #7FB6FE

Text Example


Text Example

White with #7FB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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