Html Css Color HEX #7FB3FE Maya Blue

📋 copy color: '#7FB3FE'

red 127 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #7FB3FE

Tints of Maya Blue #7FB3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.96%

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

R = 22.68%
G = 31.96%
B = 45.36%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FB3FE (or 0x7FB3FE) is known color: Maya Blue. HEX triplet: 7F, B3 and FE. RGB value is (127,179,254). Sum of RGB (Red+Green+Blue) = 127+179+254=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FB3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB3FE is #804C01. Grayscale: #ABABAB. Windows color (decimal): -8408066 or 16692095. OLE color: 16692095.

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

Color convert

RGB 127 179 254 -
CMYK 0.50 0.30 0 0.00
HSL 215.43º 0.98% 0.75% -
HSV(B) 215.43º 0.5% 1% -
XYZ 42.76 43.91 99.99 -
YUV 172 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 127 179 254 0.50 0.30 0 0.00 215.43 0.98 0.75
Hex 7F B3 FE 32 1E 0 0 D7 62 4B
Octal 177 263 376 62 36 0 0 327 142 113
Binary 1111111 10110011 11111110 110010 11110 0 0 11010111 1100010 1001011

Color Harmonies of #7FB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB3FE

Black with #7FB3FE

Text Example


Text Example

White with #7FB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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