#78ABFF

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

Shades of Maya Blue #78ABFF

Tints of Maya Blue #78ABFF

Color information

#78ABFF (or 0x78ABFF) is unknown color: approx Maya Blue. HEX triplet: 78, AB and FF. RGB value is (120,171,255). Sum of RGB (Red+Green+Blue) = 120+171+255=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #78ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ABFF is #875400. Grayscale: #A4A4A4. Windows color (decimal): -8868865 or 16755576. OLE color: 16755576.

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

Color convert

RGB120171255-
CMYK0.530.3300
HSL217.33º100%73.53%-
HSV(B)217.33º52.94%100%-
XYZ40.3640.34100.27-
YUV165.33178.695.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.98%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 255 (100% from 255) = 46.70%
R=21.98%
G=31.32%
B=46.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201712550.530.3300217.3310073.53
Hex78ABFF352100d9644a
Octal170253377654100331144112
Binary11110001010101111111111110101100001001101100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78ABFF; }

 p { color: rgb(120,171,255); }

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

<style>
 a { background-color: #78ABFF; }

 a { background-color: rgb(120,171,255); }

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

<style>
 span { border-color: #78ABFF; }

 span { border-color: rgb(120,171,255); }

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