#78FFF0

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

Shades of Baby Blue #78FFF0

Tints of Baby Blue #78FFF0

Color information

#78FFF0 (or 0x78FFF0) is unknown color: approx Baby Blue. HEX triplet: 78, FF and F0. RGB value is (120,255,240). Sum of RGB (Red+Green+Blue) = 120+255+240=615 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.51% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFF0 is #87000F. Grayscale: #D4D4D4. Windows color (decimal): -8847376 or 15794040. OLE color: 15794040.

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

Color convert

RGB120255240-
CMYK0.5300.060
HSL173.33º100%73.53%-
HSV(B)173.33º52.94%100%-
XYZ59.2381.895.11-
YUV212.92143.2761.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.51%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=19.51%
G=41.46%
B=39.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202552400.5300.060173.3310073.53
Hex78FFF035060ad644a
Octal17037736065060255144112
Binary11110001111111111110000110101011001010110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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