Html Css Color HEX #7CC0FE Maya Blue

📋 copy color: '#7CC0FE'

red 124 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #7CC0FE

Tints of Maya Blue #7CC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

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

R = 21.75%
G = 33.68%
B = 44.56%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7CC0FE (or 0x7CC0FE) is known color: Maya Blue. HEX triplet: 7C, C0 and FE. RGB value is (124,192,254). Sum of RGB (Red+Green+Blue) = 124+192+254=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC0FE is #833F01. Grayscale: #B2B2B2. Windows color (decimal): -8601346 or 16695420. OLE color: 16695420.

HSL color Cylindrical-coordinate representation of color #7CC0FE: hue angle of 208.62º 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 #7CC0FE is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 192 254 -
CMYK 0.51 0.24 0 0.00
HSL 208.62º 0.98% 0.74% -
HSV(B) 208.62º 0.51% 1% -
XYZ 45.05 49.14 100.88 -
YUV 178.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 124 192 254 0.51 0.24 0 0.00 208.62 0.98 0.74
Hex 7C C0 FE 33 18 0 0 D1 62 4A
Octal 174 300 376 63 30 0 0 321 142 112
Binary 1111100 11000000 11111110 110011 11000 0 0 11010001 1100010 1001010

Color Harmonies of #7CC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC0FE

Black with #7CC0FE

Text Example


Text Example

White with #7CC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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