Html Css Color HEX #7DC1FA Maya Blue

📋 copy color: '#7DC1FA'

red 125 ◦ green 193 ◦ blue 250

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

Shades of Maya Blue #7DC1FA

Tints of Maya Blue #7DC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

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

R = 22.01%
G = 33.98%
B = 44.01%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DC1FA (or 0x7DC1FA) is known color: Maya Blue. HEX triplet: 7D, C1 and FA. RGB value is (125,193,250). Sum of RGB (Red+Green+Blue) = 125+193+250=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC1FA is #823E05. Grayscale: #B2B2B2. Windows color (decimal): -8535558 or 16433533. OLE color: 16433533.

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

Color convert

RGB 125 193 250 -
CMYK 0.50 0.23 0 0.02
HSL 207.36º 0.93% 0.74% -
HSV(B) 207.36º 0.5% 0.98% -
XYZ 44.78 49.4 97.62 -
YUV 179.17 167.97 89.37 -
System Red Green Blue C M Y K H S L
Decimal 125 193 250 0.50 0.23 0 0.02 207.36 0.93 0.74
Hex 7D C1 FA 32 17 0 2 CF 5D 4A
Octal 175 301 372 62 27 0 2 317 135 112
Binary 1111101 11000001 11111010 110010 10111 0 10 11001111 1011101 1001010

Color Harmonies of #7DC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC1FA

Black with #7DC1FA

Text Example


Text Example

White with #7DC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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