#76ADFD

Color #76ADFD Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #76ADFD

Tints of Maya Blue #76ADFD

Color information

#76ADFD (or 0x76ADFD) is unknown color: approx Maya Blue. HEX triplet: 76, AD and FD. RGB value is (118,173,253). Sum of RGB (Red+Green+Blue) = 118+173+253=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #76ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ADFD is #895202. Grayscale: #A5A5A5. Windows color (decimal): -8999427 or 16625014. OLE color: 16625014.

HSL color Cylindrical-coordinate representation of color #76ADFD: hue angle of 215.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76ADFD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118173253-
CMYK0.530.3200.01
HSL215.56º97.12%72.75%-
HSV(B)215.56º53.36%99.22%-
XYZ40.1440.8398.69-
YUV165.68177.2894-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.69%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=21.69%
G=31.80%
B=46.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181732530.530.3200.01215.5697.1272.75
Hex76ADFD352001d86149
Octal166255375654001330141111
Binary11101101010110111111101110101100000011101100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ADFD; }

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

 H1.HeaderClassName
 {
   color: #76ADFD;
 }
 .AnyTagClassName
 {
   color: #76ADFD;
 }
</style>
background-color css

<style>
 a { background-color: #76ADFD; }

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

 div.DivClassName
 {
   background-color: #76ADFD;
 }
 .BgClassName
 {
   background-color: #76ADFD;
 }
</style>
border-color css

<style>
 span { border-color: #76ADFD; }

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

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