Html Css Color HEX #7CC8FE Maya Blue

📋 copy color: '#7CC8FE'

red 124 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #7CC8FE

Tints of Maya Blue #7CC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.6%

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 21.45%
G = 34.6%
B = 43.94%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7CC8FE (or 0x7CC8FE) is known color: Maya Blue. HEX triplet: 7C, C8 and FE. RGB value is (124,200,254). Sum of RGB (Red+Green+Blue) = 124+200+254=578 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.45% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CC8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC8FE is #833701. Grayscale: #B7B7B7. Windows color (decimal): -8599298 or 16697468. OLE color: 16697468.

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

Color convert

RGB 124 200 254 -
CMYK 0.51 0.21 0 0.00
HSL 204.92º 0.98% 0.74% -
HSV(B) 204.92º 0.51% 1% -
XYZ 46.86 52.75 101.48 -
YUV 183.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 124 200 254 0.51 0.21 0 0.00 204.92 0.98 0.74
Hex 7C C8 FE 33 15 0 0 CD 62 4A
Octal 174 310 376 63 25 0 0 315 142 112
Binary 1111100 11001000 11111110 110011 10101 0 0 11001101 1100010 1001010

Color Harmonies of #7CC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC8FE

Black with #7CC8FE

Text Example


Text Example

White with #7CC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,200,254); }

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

background-color css

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

 a { background-color: rgb(124,200,254); }

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

border-color css

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

 span { border-color: rgb(124,200,254); }

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