Html Css Color HEX #7DB3F8 Maya Blue

📋 copy color: '#7DB3F8'

red 125 ◦ green 179 ◦ blue 248

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

Shades of Maya Blue #7DB3F8

Tints of Maya Blue #7DB3F8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.43%

 BLUE value IS 248 (97.27% from 255) = 44.93%

R = 22.64%
G = 32.43%
B = 44.93%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7DB3F8 (or 0x7DB3F8) is known color: Maya Blue. HEX triplet: 7D, B3 and F8. RGB value is (125,179,248). Sum of RGB (Red+Green+Blue) = 125+179+248=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DB3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB3F8 is #824C07. Grayscale: #AAAAAA. Windows color (decimal): -8539144 or 16298877. OLE color: 16298877.

HSL color Cylindrical-coordinate representation of color #7DB3F8: hue angle of 213.66º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB3F8 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 179 248 -
CMYK 0.50 0.28 0 0.03
HSL 213.66º 0.9% 0.73% -
HSV(B) 213.66º 0.5% 0.97% -
XYZ 41.52 43.38 94.99 -
YUV 170.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 125 179 248 0.50 0.28 0 0.03 213.66 0.9 0.73
Hex 7D B3 F8 32 1C 0 3 D6 5A 49
Octal 175 263 370 62 34 0 3 326 132 111
Binary 1111101 10110011 11111000 110010 11100 0 11 11010110 1011010 1001001

Color Harmonies of #7DB3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB3F8

Black with #7DB3F8

Text Example


Text Example

White with #7DB3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,248); }

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

background-color css

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

 a { background-color: rgb(125,179,248); }

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

border-color css

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

 span { border-color: rgb(125,179,248); }

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