Html Css Color HEX #7DC2FA Maya Blue

📋 copy color: '#7DC2FA'

red 125 ◦ green 194 ◦ blue 250

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

Shades of Maya Blue #7DC2FA

Tints of Maya Blue #7DC2FA

RGB

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

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

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

R = 21.97%
G = 34.09%
B = 43.94%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DC2FA (or 0x7DC2FA) is known color: Maya Blue. HEX triplet: 7D, C2 and FA. RGB value is (125,194,250). Sum of RGB (Red+Green+Blue) = 125+194+250=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC2FA is #823D05. Grayscale: #B3B3B3. Windows color (decimal): -8535302 or 16433789. OLE color: 16433789.

HSL color Cylindrical-coordinate representation of color #7DC2FA: hue angle of 206.88º 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 #7DC2FA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 194 250 -
CMYK 0.50 0.22 0 0.02
HSL 206.88º 0.93% 0.74% -
HSV(B) 206.88º 0.5% 0.98% -
XYZ 45 49.85 97.69 -
YUV 179.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 125 194 250 0.50 0.22 0 0.02 206.88 0.93 0.74
Hex 7D C2 FA 32 16 0 2 CF 5D 4A
Octal 175 302 372 62 26 0 2 317 135 112
Binary 1111101 11000010 11111010 110010 10110 0 10 11001111 1011101 1001010

Color Harmonies of #7DC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC2FA

Black with #7DC2FA

Text Example


Text Example

White with #7DC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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