#7CC7F9

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

Shades of Maya Blue #7CC7F9

Tints of Maya Blue #7CC7F9

Color information

#7CC7F9 (or 0x7CC7F9) is unknown color: approx Maya Blue. HEX triplet: 7C, C7 and F9. RGB value is (124,199,249). Sum of RGB (Red+Green+Blue) = 124+199+249=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #7CC7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC7F9 is #833806. Grayscale: #B6B6B6. Windows color (decimal): -8599559 or 16369532. OLE color: 16369532.

HSL color Cylindrical-coordinate representation of color #7CC7F9: hue angle of 204º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CC7F9 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124199249-
CMYK0.500.2000.02
HSL204º91.24%73.14%-
HSV(B)204º50.2%97.65%-
XYZ45.8351.9797.24-
YUV182.27165.6586.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.68%
GREEN value IS 199 (78.12% from 255) = 34.79%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=21.68%
G=34.79%
B=43.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241992490.500.2000.0220491.2473.14
Hex7CC7F9321402cc5b49
Octal174307371622402314133111
Binary11111001100011111111001110010101000101100110010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,199,249); }

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

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

 a { background-color: rgb(124,199,249); }

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

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

 span { border-color: rgb(124,199,249); }

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