Html Css Color HEX #7FAEFD Maya Blue

📋 copy color: '#7FAEFD'

red 127 ◦ green 174 ◦ blue 253

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

Shades of Maya Blue #7FAEFD

Tints of Maya Blue #7FAEFD

RGB

 RED value IS 127 (50% from 255) = 22.92%

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 22.92%
G = 31.41%
B = 45.67%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FAEFD (or 0x7FAEFD) is known color: Maya Blue. HEX triplet: 7F, AE and FD. RGB value is (127,174,253). Sum of RGB (Red+Green+Blue) = 127+174+253=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEFD is #805102. Grayscale: #A8A8A8. Windows color (decimal): -8409347 or 16625279. OLE color: 16625279.

HSL color Cylindrical-coordinate representation of color #7FAEFD: hue angle of 217.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FAEFD is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 174 253 -
CMYK 0.50 0.31 0 0.01
HSL 217.62º 0.97% 0.75% -
HSV(B) 217.62º 0.5% 0.99% -
XYZ 41.62 41.88 98.82 -
YUV 168.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 127 174 253 0.50 0.31 0 0.01 217.62 0.97 0.75
Hex 7F AE FD 32 1F 0 1 DA 61 4B
Octal 177 256 375 62 37 0 1 332 141 113
Binary 1111111 10101110 11111101 110010 11111 0 1 11011010 1100001 1001011

Color Harmonies of #7FAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEFD

Black with #7FAEFD

Text Example


Text Example

White with #7FAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,253); }

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

background-color css

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

 a { background-color: rgb(127,174,253); }

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

border-color css

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

 span { border-color: rgb(127,174,253); }

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