Html Css Color HEX #7DAEFF Maya Blue

📋 copy color: '#7DAEFF'

red 125 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #7DAEFF

Tints of Maya Blue #7DAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.41%

 BLUE value IS 255 (100% from 255) = 46.03%

R = 22.56%
G = 31.41%
B = 46.03%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DAEFF (or 0x7DAEFF) is known color: Maya Blue. HEX triplet: 7D, AE and FF. RGB value is (125,174,255). Sum of RGB (Red+Green+Blue) = 125+174+255=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEFF is #825100. Grayscale: #A8A8A8. Windows color (decimal): -8540417 or 16756349. OLE color: 16756349.

HSL color Cylindrical-coordinate representation of color #7DAEFF: hue angle of 217.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DAEFF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 174 255 -
CMYK 0.51 0.32 0 0
HSL 217.38º 1% 0.75% -
HSV(B) 217.38º 0.51% 1% -
XYZ 41.64 41.85 100.49 -
YUV 168.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 125 174 255 0.51 0.32 0 0 217.38 1 0.75
Hex 7D AE FF 33 20 0 0 D9 64 4B
Octal 175 256 377 63 40 0 0 331 144 113
Binary 1111101 10101110 11111111 110011 100000 0 0 11011001 1100100 1001011

Color Harmonies of #7DAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEFF

Black with #7DAEFF

Text Example


Text Example

White with #7DAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,255); }

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

background-color css

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

 a { background-color: rgb(125,174,255); }

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

border-color css

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

 span { border-color: rgb(125,174,255); }

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