Html Css Color HEX #7CC2F6 Maya Blue

📋 copy color: '#7CC2F6'

red 124 ◦ green 194 ◦ blue 246

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

Shades of Maya Blue #7CC2F6

Tints of Maya Blue #7CC2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 21.99%
G = 34.4%
B = 43.62%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7CC2F6 (or 0x7CC2F6) is known color: Maya Blue. HEX triplet: 7C, C2 and F6. RGB value is (124,194,246). Sum of RGB (Red+Green+Blue) = 124+194+246=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #7CC2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC2F6 is #833D09. Grayscale: #B2B2B2. Windows color (decimal): -8600842 or 16171644. OLE color: 16171644.

HSL color Cylindrical-coordinate representation of color #7CC2F6: hue angle of 205.57º 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 #7CC2F6 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 194 246 -
CMYK 0.50 0.21 0 0.04
HSL 205.57º 0.87% 0.73% -
HSV(B) 205.57º 0.5% 0.96% -
XYZ 44.24 49.52 94.42 -
YUV 179 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 124 194 246 0.50 0.21 0 0.04 205.57 0.87 0.73
Hex 7C C2 F6 32 15 0 4 CE 57 49
Octal 174 302 366 62 25 0 4 316 127 111
Binary 1111100 11000010 11110110 110010 10101 0 100 11001110 1010111 1001001

Color Harmonies of #7CC2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2F6

Black with #7CC2F6

Text Example


Text Example

White with #7CC2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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