Html Css Color HEX #7CC2FB Maya Blue

📋 copy color: '#7CC2FB'

red 124 ◦ green 194 ◦ blue 251

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

Shades of Maya Blue #7CC2FB

Tints of Maya Blue #7CC2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 21.79%
G = 34.09%
B = 44.11%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CC2FB (or 0x7CC2FB) is known color: Maya Blue. HEX triplet: 7C, C2 and FB. RGB value is (124,194,251). Sum of RGB (Red+Green+Blue) = 124+194+251=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CC2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC2FB is #833D04. Grayscale: #B3B3B3. Windows color (decimal): -8600837 or 16499324. OLE color: 16499324.

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

Color convert

RGB 124 194 251 -
CMYK 0.51 0.23 0 0.02
HSL 206.93º 0.94% 0.74% -
HSV(B) 206.93º 0.51% 0.98% -
XYZ 45.02 49.83 98.51 -
YUV 179.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 124 194 251 0.51 0.23 0 0.02 206.93 0.94 0.74
Hex 7C C2 FB 33 17 0 2 CF 5E 4A
Octal 174 302 373 63 27 0 2 317 136 112
Binary 1111100 11000010 11111011 110011 10111 0 10 11001111 1011110 1001010

Color Harmonies of #7CC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2FB

Black with #7CC2FB

Text Example


Text Example

White with #7CC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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