#7AC8FD

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

Shades of Maya Blue #7AC8FD

Tints of Maya Blue #7AC8FD

Color information

#7AC8FD (or 0x7AC8FD) is unknown color: approx Maya Blue. HEX triplet: 7A, C8 and FD. RGB value is (122,200,253). Sum of RGB (Red+Green+Blue) = 122+200+253=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AC8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC8FD is #853702. Grayscale: #B6B6B6. Windows color (decimal): -8730371 or 16631930. OLE color: 16631930.

HSL color Cylindrical-coordinate representation of color #7AC8FD: hue angle of 204.27º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AC8FD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122200253-
CMYK0.520.2100.01
HSL204.27º97.04%73.53%-
HSV(B)204.27º51.78%99.22%-
XYZ46.4152.54100.62-
YUV182.72167.6684.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 253 (99.22% from 255) = 44%
R=21.22%
G=34.78%
B=44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222002530.520.2100.01204.2797.0473.53
Hex7AC8FD341501cc614a
Octal172310375642501314141112
Binary1111010110010001111110111010010101011100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,200,253); }

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

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

 a { background-color: rgb(122,200,253); }

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

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

 span { border-color: rgb(122,200,253); }

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