Html Css Color HEX #7FC2EF Maya Blue

📋 copy color: '#7FC2EF'

red 127 ◦ green 194 ◦ blue 239

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

Shades of Maya Blue #7FC2EF

Tints of Maya Blue #7FC2EF

RGB

 RED value IS 127 (50% from 255) = 22.68%

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 22.68%
G = 34.64%
B = 42.68%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7FC2EF (or 0x7FC2EF) is known color: Maya Blue. HEX triplet: 7F, C2 and EF. RGB value is (127,194,239). Sum of RGB (Red+Green+Blue) = 127+194+239=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FC2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC2EF is #803D10. Grayscale: #B2B2B2. Windows color (decimal): -8404241 or 15712895. OLE color: 15712895.

HSL color Cylindrical-coordinate representation of color #7FC2EF: hue angle of 204.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FC2EF is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 194 239 -
CMYK 0.47 0.19 0 0.06
HSL 204.11º 0.78% 0.72% -
HSV(B) 204.11º 0.47% 0.94% -
XYZ 43.62 49.33 88.88 -
YUV 179.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 127 194 239 0.47 0.19 0 0.06 204.11 0.78 0.72
Hex 7F C2 EF 2F 13 0 6 CC 4E 48
Octal 177 302 357 57 23 0 6 314 116 110
Binary 1111111 11000010 11101111 101111 10011 0 110 11001100 1001110 1001000

Color Harmonies of #7FC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC2EF

Black with #7FC2EF

Text Example


Text Example

White with #7FC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,194,239); }

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

background-color css

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

 a { background-color: rgb(127,194,239); }

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

border-color css

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

 span { border-color: rgb(127,194,239); }

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