Html Css Color HEX #7DC0EF Maya Blue

📋 copy color: '#7DC0EF'

red 125 ◦ green 192 ◦ blue 239

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

Shades of Maya Blue #7DC0EF

Tints of Maya Blue #7DC0EF

RGB

 RED value IS 125 (49.22% from 255) = 22.48%

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

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

R = 22.48%
G = 34.53%
B = 42.99%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DC0EF (or 0x7DC0EF) is known color: Maya Blue. HEX triplet: 7D, C0 and EF. RGB value is (125,192,239). Sum of RGB (Red+Green+Blue) = 125+192+239=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DC0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC0EF is #823F10. Grayscale: #B1B1B1. Windows color (decimal): -8535825 or 15712381. OLE color: 15712381.

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

Color convert

RGB 125 192 239 -
CMYK 0.48 0.20 0 0.06
HSL 204.74º 0.78% 0.71% -
HSV(B) 204.74º 0.48% 0.94% -
XYZ 42.89 48.29 88.72 -
YUV 177.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 125 192 239 0.48 0.20 0 0.06 204.74 0.78 0.71
Hex 7D C0 EF 30 14 0 6 CD 4E 47
Octal 175 300 357 60 24 0 6 315 116 107
Binary 1111101 11000000 11101111 110000 10100 0 110 11001101 1001110 1000111

Color Harmonies of #7DC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC0EF

Black with #7DC0EF

Text Example


Text Example

White with #7DC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,239); }

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

background-color css

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

 a { background-color: rgb(125,192,239); }

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

border-color css

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

 span { border-color: rgb(125,192,239); }

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