#7fc4ff

Color #7FC4FF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7FC4FF

Tints of Maya Blue #7FC4FF

Color information

#7FC4FF (or 0x7FC4FF) is unknown color: approx Maya Blue. HEX triplet: 7F, C4 and FF. RGB value is (127,196,255). Sum of RGB (Red+Green+Blue) = 127+196+255=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC4FF is #803B00. Grayscale: #B5B5B5. Windows color (decimal): -8403713 or 16761983. OLE color: 16761983.

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

Color convert

RGB127196255-
CMYK0.500.2300
HSL207.66º100%74.9%-
HSV(B)207.66º50.2%100%-
XYZ46.5451.21102.04-
YUV182.09169.1488.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.97%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 255 (100% from 255) = 44.12%
R=21.97%
G=33.91%
B=44.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271962550.500.2300207.6610074.9
Hex7FC4FF321700d0644b
Octal177304377622700320144113
Binary1111111110001001111111111001010111001101000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fc4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7fc4ff;
 }
 .AnyTagClassName
 {
   color: #7fc4ff;
 }
</style>
background-color css

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

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

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

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

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

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