#78C8FF

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

Shades of Maya Blue #78C8FF

Tints of Maya Blue #78C8FF

Color information

#78C8FF (or 0x78C8FF) is unknown color: approx Maya Blue. HEX triplet: 78, C8 and FF. RGB value is (120,200,255). Sum of RGB (Red+Green+Blue) = 120+200+255=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #78C8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C8FF is #873700. Grayscale: #B6B6B6. Windows color (decimal): -8861441 or 16763000. OLE color: 16763000.

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

Color convert

RGB120200255-
CMYK0.530.2200
HSL204.44º100%73.53%-
HSV(B)204.44º52.94%100%-
XYZ46.4552.52102.3-
YUV182.3516983.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.87%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 255 (100% from 255) = 44.35%
R=20.87%
G=34.78%
B=44.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202002550.530.2200204.4410073.53
Hex78C8FF351600cc644a
Octal170310377652600314144112
Binary1111000110010001111111111010110110001100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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