Html Css Color HEX #7FBEFC Maya Blue

📋 copy color: '#7FBEFC'

red 127 ◦ green 190 ◦ blue 252

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

Shades of Maya Blue #7FBEFC

Tints of Maya Blue #7FBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

 BLUE value IS 252 (98.83% from 255) = 44.29%

R = 22.32%
G = 33.39%
B = 44.29%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FBEFC (or 0x7FBEFC) is known color: Maya Blue. HEX triplet: 7F, BE and FC. RGB value is (127,190,252). Sum of RGB (Red+Green+Blue) = 127+190+252=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FBEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBEFC is #804103. Grayscale: #B1B1B1. Windows color (decimal): -8405252 or 16563839. OLE color: 16563839.

HSL color Cylindrical-coordinate representation of color #7FBEFC: hue angle of 209.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FBEFC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 190 252 -
CMYK 0.50 0.25 0 0.01
HSL 209.76º 0.95% 0.74% -
HSV(B) 209.76º 0.5% 0.99% -
XYZ 44.74 48.37 99.07 -
YUV 178.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 127 190 252 0.50 0.25 0 0.01 209.76 0.95 0.74
Hex 7F BE FC 32 19 0 1 D2 5F 4A
Octal 177 276 374 62 31 0 1 322 137 112
Binary 1111111 10111110 11111100 110010 11001 0 1 11010010 1011111 1001010

Color Harmonies of #7FBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEFC

Black with #7FBEFC

Text Example


Text Example

White with #7FBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,252); }

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

background-color css

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

 a { background-color: rgb(127,190,252); }

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

border-color css

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

 span { border-color: rgb(127,190,252); }

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