Html Css Color HEX #7FC0FF Maya Blue

📋 copy color: '#7FC0FF'

red 127 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #7FC0FF

Tints of Maya Blue #7FC0FF

RGB

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

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

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

R = 22.13%
G = 33.45%
B = 44.43%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FC0FF (or 0x7FC0FF) is known color: Maya Blue. HEX triplet: 7F, C0 and FF. RGB value is (127,192,255). Sum of RGB (Red+Green+Blue) = 127+192+255=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC0FF is #803F00. Grayscale: #B3B3B3. Windows color (decimal): -8404737 or 16760959. OLE color: 16760959.

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

Color convert

RGB 127 192 255 -
CMYK 0.50 0.25 0 0
HSL 209.53º 1% 0.75% -
HSV(B) 209.53º 0.5% 1% -
XYZ 45.65 49.43 101.74 -
YUV 179.75 170.47 90.38 -
System Red Green Blue C M Y K H S L
Decimal 127 192 255 0.50 0.25 0 0 209.53 1 0.75
Hex 7F C0 FF 32 19 0 0 D2 64 4B
Octal 177 300 377 62 31 0 0 322 144 113
Binary 1111111 11000000 11111111 110010 11001 0 0 11010010 1100100 1001011

Color Harmonies of #7FC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC0FF

Black with #7FC0FF

Text Example


Text Example

White with #7FC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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