Html Css Color HEX #7FBBFE Maya Blue

📋 copy color: '#7FBBFE'

red 127 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #7FBBFE

Tints of Maya Blue #7FBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.92%

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

R = 22.36%
G = 32.92%
B = 44.72%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FBBFE (or 0x7FBBFE) is known color: Maya Blue. HEX triplet: 7F, BB and FE. RGB value is (127,187,254). Sum of RGB (Red+Green+Blue) = 127+187+254=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBBFE is #804401. Grayscale: #B0B0B0. Windows color (decimal): -8406018 or 16694143. OLE color: 16694143.

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

Color convert

RGB 127 187 254 -
CMYK 0.50 0.26 0 0.00
HSL 211.65º 0.98% 0.75% -
HSV(B) 211.65º 0.5% 1% -
XYZ 44.41 47.21 100.54 -
YUV 176.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 127 187 254 0.50 0.26 0 0.00 211.65 0.98 0.75
Hex 7F BB FE 32 1A 0 0 D4 62 4B
Octal 177 273 376 62 32 0 0 324 142 113
Binary 1111111 10111011 11111110 110010 11010 0 0 11010100 1100010 1001011

Color Harmonies of #7FBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBFE

Black with #7FBBFE

Text Example


Text Example

White with #7FBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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