#74ADFC

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

Shades of Maya Blue #74ADFC

Tints of Maya Blue #74ADFC

Color information

#74ADFC (or 0x74ADFC) is unknown color: approx Maya Blue. HEX triplet: 74, AD and FC. RGB value is (116,173,252). Sum of RGB (Red+Green+Blue) = 116+173+252=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #74ADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADFC is #8B5203. Grayscale: #A4A4A4. Windows color (decimal): -9130500 or 16559476. OLE color: 16559476.

HSL color Cylindrical-coordinate representation of color #74ADFC: hue angle of 214.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ADFC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116173252-
CMYK0.540.3100.01
HSL214.85º95.77%72.16%-
HSV(B)214.85º53.97%98.82%-
XYZ39.7240.6397.84-
YUV164.96177.1293.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.44%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=21.44%
G=31.98%
B=46.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161732520.540.3100.01214.8595.7772.16
Hex74ADFC361F01d76048
Octal164255374663701327140110
Binary1110100101011011111110011011011111011101011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ADFC; }

 p { color: rgb(116,173,252); }

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

<style>
 a { background-color: #74ADFC; }

 a { background-color: rgb(116,173,252); }

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

<style>
 span { border-color: #74ADFC; }

 span { border-color: rgb(116,173,252); }

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