#7CC1F6

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

Shades of Maya Blue #7CC1F6

Tints of Maya Blue #7CC1F6

Color information

#7CC1F6 (or 0x7CC1F6) is unknown color: approx Maya Blue. HEX triplet: 7C, C1 and F6. RGB value is (124,193,246). Sum of RGB (Red+Green+Blue) = 124+193+246=563 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.02% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #7CC1F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC1F6 is #833E09. Grayscale: #B2B2B2. Windows color (decimal): -8601098 or 16171388. OLE color: 16171388.

HSL color Cylindrical-coordinate representation of color #7CC1F6: hue angle of 206.07º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CC1F6 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB124193246-
CMYK0.500.2200.04
HSL206.07º87.14%72.55%-
HSV(B)206.07º49.59%96.47%-
XYZ44.0249.0894.34-
YUV178.41166.1489.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.02%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 246 (96.48% from 255) = 43.69%
R=22.02%
G=34.28%
B=43.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241932460.500.2200.04206.0787.1472.55
Hex7CC1F6321604ce5749
Octal174301366622604316127111
Binary111110011000001111101101100101011001001100111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,246); }

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

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

 a { background-color: rgb(124,193,246); }

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

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

 span { border-color: rgb(124,193,246); }

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