#7ABCFC

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

Shades of Maya Blue #7ABCFC

Tints of Maya Blue #7ABCFC

Color information

#7ABCFC (or 0x7ABCFC) is unknown color: approx Maya Blue. HEX triplet: 7A, BC and FC. RGB value is (122,188,252). Sum of RGB (Red+Green+Blue) = 122+188+252=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ABCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCFC is #854303. Grayscale: #AFAFAF. Windows color (decimal): -8733444 or 16563322. OLE color: 16563322.

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

Color convert

RGB122188252-
CMYK0.520.2500.01
HSL209.54º95.59%73.33%-
HSV(B)209.54º51.59%98.82%-
XYZ43.5847.1398.9-
YUV175.56171.1389.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.71%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=21.71%
G=33.45%
B=44.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221882520.520.2500.01209.5495.5973.33
Hex7ABCFC341901d26049
Octal172274374643101322140111
Binary1111010101111001111110011010011001011101001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,252); }

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

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

 a { background-color: rgb(122,188,252); }

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

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

 span { border-color: rgb(122,188,252); }

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