Html Css Color HEX #7DB9FA Maya Blue

📋 copy color: '#7DB9FA'

red 125 ◦ green 185 ◦ blue 250

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

Shades of Maya Blue #7DB9FA

Tints of Maya Blue #7DB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.04%

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

R = 22.32%
G = 33.04%
B = 44.64%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DB9FA (or 0x7DB9FA) is known color: Maya Blue. HEX triplet: 7D, B9 and FA. RGB value is (125,185,250). Sum of RGB (Red+Green+Blue) = 125+185+250=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DB9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB9FA is #824605. Grayscale: #AEAEAE. Windows color (decimal): -8537606 or 16431485. OLE color: 16431485.

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

Color convert

RGB 125 185 250 -
CMYK 0.50 0.26 0 0.02
HSL 211.2º 0.93% 0.74% -
HSV(B) 211.2º 0.5% 0.98% -
XYZ 43.06 45.96 97.04 -
YUV 174.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 125 185 250 0.50 0.26 0 0.02 211.2 0.93 0.74
Hex 7D B9 FA 32 1A 0 2 D3 5D 4A
Octal 175 271 372 62 32 0 2 323 135 112
Binary 1111101 10111001 11111010 110010 11010 0 10 11010011 1011101 1001010

Color Harmonies of #7DB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9FA

Black with #7DB9FA

Text Example


Text Example

White with #7DB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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