Html Css Color HEX #7FC0FC Maya Blue

📋 copy color: '#7FC0FC'

red 127 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #7FC0FC

Tints of Maya Blue #7FC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

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

R = 22.24%
G = 33.63%
B = 44.13%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FC0FC (or 0x7FC0FC) is known color: Maya Blue. HEX triplet: 7F, C0 and FC. RGB value is (127,192,252). Sum of RGB (Red+Green+Blue) = 127+192+252=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC0FC is #803F03. Grayscale: #B3B3B3. Windows color (decimal): -8404740 or 16564351. OLE color: 16564351.

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

Color convert

RGB 127 192 252 -
CMYK 0.50 0.24 0 0.01
HSL 208.8º 0.95% 0.74% -
HSV(B) 208.8º 0.5% 0.99% -
XYZ 45.17 49.24 99.22 -
YUV 179.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 127 192 252 0.50 0.24 0 0.01 208.8 0.95 0.74
Hex 7F C0 FC 32 18 0 1 D1 5F 4A
Octal 177 300 374 62 30 0 1 321 137 112
Binary 1111111 11000000 11111100 110010 11000 0 1 11010001 1011111 1001010

Color Harmonies of #7FC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC0FC

Black with #7FC0FC

Text Example


Text Example

White with #7FC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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