Html Css Color HEX #7FADFD Maya Blue

📋 copy color: '#7FADFD'

red 127 ◦ green 173 ◦ blue 253

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

Shades of Maya Blue #7FADFD

Tints of Maya Blue #7FADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.28%

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

R = 22.97%
G = 31.28%
B = 45.75%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FADFD (or 0x7FADFD) is known color: Maya Blue. HEX triplet: 7F, AD and FD. RGB value is (127,173,253). Sum of RGB (Red+Green+Blue) = 127+173+253=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADFD is #805202. Grayscale: #A8A8A8. Windows color (decimal): -8409603 or 16625023. OLE color: 16625023.

HSL color Cylindrical-coordinate representation of color #7FADFD: hue angle of 218.1º 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 #7FADFD is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 173 253 -
CMYK 0.50 0.32 0 0.01
HSL 218.1º 0.97% 0.75% -
HSV(B) 218.1º 0.5% 0.99% -
XYZ 41.43 41.49 98.75 -
YUV 168.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 127 173 253 0.50 0.32 0 0.01 218.1 0.97 0.75
Hex 7F AD FD 32 20 0 1 DA 61 4B
Octal 177 255 375 62 40 0 1 332 141 113
Binary 1111111 10101101 11111101 110010 100000 0 1 11011010 1100001 1001011

Color Harmonies of #7FADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADFD

Black with #7FADFD

Text Example


Text Example

White with #7FADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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