Html Css Color HEX #7DB9F9 Maya Blue

📋 copy color: '#7DB9F9'

red 125 ◦ green 185 ◦ blue 249

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

Shades of Maya Blue #7DB9F9

Tints of Maya Blue #7DB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 22.36%
G = 33.09%
B = 44.54%

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

#7DB9F9 (or 0x7DB9F9) is known color: Maya Blue. HEX triplet: 7D, B9 and F9. RGB value is (125,185,249). Sum of RGB (Red+Green+Blue) = 125+185+249=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #7DB9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB9F9 is #824606. Grayscale: #AEAEAE. Windows color (decimal): -8537607 or 16365949. OLE color: 16365949.

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

Color convert

RGB 125 185 249 -
CMYK 0.50 0.26 0 0.02
HSL 210.97º 0.91% 0.73% -
HSV(B) 210.97º 0.5% 0.98% -
XYZ 42.91 45.9 96.22 -
YUV 174.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 125 185 249 0.50 0.26 0 0.02 210.97 0.91 0.73
Hex 7D B9 F9 32 1A 0 2 D3 5B 49
Octal 175 271 371 62 32 0 2 323 133 111
Binary 1111101 10111001 11111001 110010 11010 0 10 11010011 1011011 1001001

Color Harmonies of #7DB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9F9

Black with #7DB9F9

Text Example


Text Example

White with #7DB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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