Html Css Color HEX #7DACFF Maya Blue

📋 copy color: '#7DACFF'

red 125 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #7DACFF

Tints of Maya Blue #7DACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

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

R = 22.64%
G = 31.16%
B = 46.2%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DACFF (or 0x7DACFF) is known color: Maya Blue. HEX triplet: 7D, AC and FF. RGB value is (125,172,255). Sum of RGB (Red+Green+Blue) = 125+172+255=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DACFF is #825300. Grayscale: #A7A7A7. Windows color (decimal): -8540929 or 16755837. OLE color: 16755837.

HSL color Cylindrical-coordinate representation of color #7DACFF: hue angle of 218.31º 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 #7DACFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 172 255 -
CMYK 0.51 0.33 0 0
HSL 218.31º 1% 0.75% -
HSV(B) 218.31º 0.51% 1% -
XYZ 41.26 41.09 100.36 -
YUV 167.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 125 172 255 0.51 0.33 0 0 218.31 1 0.75
Hex 7D AC FF 33 21 0 0 DA 64 4B
Octal 175 254 377 63 41 0 0 332 144 113
Binary 1111101 10101100 11111111 110011 100001 0 0 11011010 1100100 1001011

Color Harmonies of #7DACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACFF

Black with #7DACFF

Text Example


Text Example

White with #7DACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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