Html Css Color HEX #7DC5FA Maya Blue

📋 copy color: '#7DC5FA'

red 125 ◦ green 197 ◦ blue 250

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

Shades of Maya Blue #7DC5FA

Tints of Maya Blue #7DC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 21.85%
G = 34.44%
B = 43.71%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DC5FA (or 0x7DC5FA) is known color: Maya Blue. HEX triplet: 7D, C5 and FA. RGB value is (125,197,250). Sum of RGB (Red+Green+Blue) = 125+197+250=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC5FA is #823A05. Grayscale: #B5B5B5. Windows color (decimal): -8534534 or 16434557. OLE color: 16434557.

HSL color Cylindrical-coordinate representation of color #7DC5FA: hue angle of 205.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC5FA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 197 250 -
CMYK 0.50 0.21 0 0.02
HSL 205.44º 0.93% 0.74% -
HSV(B) 205.44º 0.5% 0.98% -
XYZ 45.68 51.19 97.92 -
YUV 181.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 125 197 250 0.50 0.21 0 0.02 205.44 0.93 0.74
Hex 7D C5 FA 32 15 0 2 CD 5D 4A
Octal 175 305 372 62 25 0 2 315 135 112
Binary 1111101 11000101 11111010 110010 10101 0 10 11001101 1011101 1001010

Color Harmonies of #7DC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC5FA

Black with #7DC5FA

Text Example


Text Example

White with #7DC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,250); }

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

background-color css

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

 a { background-color: rgb(125,197,250); }

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

border-color css

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

 span { border-color: rgb(125,197,250); }

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