Html Css Color HEX #7FBCFF Maya Blue

📋 copy color: '#7FBCFF'

red 127 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #7FBCFF

Tints of Maya Blue #7FBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 22.28%
G = 32.98%
B = 44.74%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FBCFF (or 0x7FBCFF) is known color: Maya Blue. HEX triplet: 7F, BC and FF. RGB value is (127,188,255). Sum of RGB (Red+Green+Blue) = 127+188+255=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBCFF is #804300. Grayscale: #B1B1B1. Windows color (decimal): -8405761 or 16759935. OLE color: 16759935.

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

Color convert

RGB 127 188 255 -
CMYK 0.50 0.26 0 0
HSL 211.41º 1% 0.75% -
HSV(B) 211.41º 0.5% 1% -
XYZ 44.79 47.7 101.45 -
YUV 177.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 127 188 255 0.50 0.26 0 0 211.41 1 0.75
Hex 7F BC FF 32 1A 0 0 D3 64 4B
Octal 177 274 377 62 32 0 0 323 144 113
Binary 1111111 10111100 11111111 110010 11010 0 0 11010011 1100100 1001011

Color Harmonies of #7FBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBCFF

Black with #7FBCFF

Text Example


Text Example

White with #7FBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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