#7CC1F1

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

Shades of Maya Blue #7CC1F1

Tints of Maya Blue #7CC1F1

Color information

#7CC1F1 (or 0x7CC1F1) is unknown color: approx Maya Blue. HEX triplet: 7C, C1 and F1. RGB value is (124,193,241). Sum of RGB (Red+Green+Blue) = 124+193+241=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CC1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC1F1 is #833E0E. Grayscale: #B1B1B1. Windows color (decimal): -8601103 or 15843708. OLE color: 15843708.

HSL color Cylindrical-coordinate representation of color #7CC1F1: hue angle of 204.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CC1F1 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124193241-
CMYK0.490.2000.05
HSL204.62º80.69%71.57%-
HSV(B)204.62º48.55%94.51%-
XYZ43.2648.7890.35-
YUV177.84163.6489.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.22%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=22.22%
G=34.59%
B=43.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241932410.490.2000.05204.6280.6971.57
Hex7CC1F1311405cd5148
Octal174301361612405315121110
Binary111110011000001111100011100011010001011100110110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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