Html Css Color HEX #7CC2FA Maya Blue

📋 copy color: '#7CC2FA'

red 124 ◦ green 194 ◦ blue 250

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

Shades of Maya Blue #7CC2FA

Tints of Maya Blue #7CC2FA

RGB

 RED value IS 124 (48.83% from 255) = 21.83%

 GREEN value IS 194 (76.17% from 255) = 34.15%

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 21.83%
G = 34.15%
B = 44.01%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CC2FA (or 0x7CC2FA) is known color: Maya Blue. HEX triplet: 7C, C2 and FA. RGB value is (124,194,250). Sum of RGB (Red+Green+Blue) = 124+194+250=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC2FA is #833D05. Grayscale: #B3B3B3. Windows color (decimal): -8600838 or 16433788. OLE color: 16433788.

HSL color Cylindrical-coordinate representation of color #7CC2FA: hue angle of 206.67º degrees, saturation: 0.93, 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 #7CC2FA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 194 250 -
CMYK 0.50 0.22 0 0.02
HSL 206.67º 0.93% 0.73% -
HSV(B) 206.67º 0.5% 0.98% -
XYZ 44.86 49.77 97.68 -
YUV 179.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 124 194 250 0.50 0.22 0 0.02 206.67 0.93 0.73
Hex 7C C2 FA 32 16 0 2 CF 5D 49
Octal 174 302 372 62 26 0 2 317 135 111
Binary 1111100 11000010 11111010 110010 10110 0 10 11001111 1011101 1001001

Color Harmonies of #7CC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2FA

Black with #7CC2FA

Text Example


Text Example

White with #7CC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,250); }

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

background-color css

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

 a { background-color: rgb(124,194,250); }

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

border-color css

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

 span { border-color: rgb(124,194,250); }

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