Html Css Color HEX #7CC2FC Maya Blue

📋 copy color: '#7CC2FC'

red 124 ◦ green 194 ◦ blue 252

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

Shades of Maya Blue #7CC2FC

Tints of Maya Blue #7CC2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 21.75%
G = 34.04%
B = 44.21%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CC2FC (or 0x7CC2FC) is known color: Maya Blue. HEX triplet: 7C, C2 and FC. RGB value is (124,194,252). Sum of RGB (Red+Green+Blue) = 124+194+252=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CC2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC2FC is #833D03. Grayscale: #B3B3B3. Windows color (decimal): -8600836 or 16564860. OLE color: 16564860.

HSL color Cylindrical-coordinate representation of color #7CC2FC: hue angle of 207.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CC2FC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 194 252 -
CMYK 0.51 0.23 0 0.01
HSL 207.19º 0.96% 0.74% -
HSV(B) 207.19º 0.51% 0.99% -
XYZ 45.17 49.9 99.35 -
YUV 179.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 124 194 252 0.51 0.23 0 0.01 207.19 0.96 0.74
Hex 7C C2 FC 33 17 0 1 CF 60 4A
Octal 174 302 374 63 27 0 1 317 140 112
Binary 1111100 11000010 11111100 110011 10111 0 1 11001111 1100000 1001010

Color Harmonies of #7CC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2FC

Black with #7CC2FC

Text Example


Text Example

White with #7CC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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