#7abcff

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

Shades of Maya Blue #7ABCFF

Tints of Maya Blue #7ABCFF

Color information

#7ABCFF (or 0x7ABCFF) is unknown color: approx Maya Blue. HEX triplet: 7A, BC and FF. RGB value is (122,188,255). Sum of RGB (Red+Green+Blue) = 122+188+255=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ABCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCFF is #854300. Grayscale: #AFAFAF. Windows color (decimal): -8733441 or 16759930. OLE color: 16759930.

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

Color convert

RGB122188255-
CMYK0.520.2600
HSL210.23º100%73.92%-
HSV(B)210.23º52.16%100%-
XYZ44.0647.32101.42-
YUV175.9172.6389.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 255 (100% from 255) = 45.13%
R=21.59%
G=33.27%
B=45.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221882550.520.2600210.2310073.92
Hex7ABCFF341A00d2644a
Octal172274377643200322144112
Binary1111010101111001111111111010011010001101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7abcff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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