#78CAFF

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

Shades of Maya Blue #78CAFF

Tints of Maya Blue #78CAFF

Color information

#78CAFF (or 0x78CAFF) is unknown color: approx Maya Blue. HEX triplet: 78, CA and FF. RGB value is (120,202,255). Sum of RGB (Red+Green+Blue) = 120+202+255=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #78CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CAFF is #873500. Grayscale: #B7B7B7. Windows color (decimal): -8860929 or 16763512. OLE color: 16763512.

HSL color Cylindrical-coordinate representation of color #78CAFF: hue angle of 203.56º 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 #78CAFF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120202255-
CMYK0.530.2100
HSL203.56º100%73.53%-
HSV(B)203.56º52.94%100%-
XYZ46.9253.45102.45-
YUV183.52168.3382.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.80%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 255 (100% from 255) = 44.19%
R=20.80%
G=35.01%
B=44.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202022550.530.2100203.5610073.53
Hex78CAFF351500cc644a
Octal170312377652500314144112
Binary1111000110010101111111111010110101001100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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