#78FDF5

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

Shades of Baby Blue #78FDF5

Tints of Baby Blue #78FDF5

Color information

#78FDF5 (or 0x78FDF5) is unknown color: approx Baby Blue. HEX triplet: 78, FD and F5. RGB value is (120,253,245). Sum of RGB (Red+Green+Blue) = 120+253+245=618 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.42% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDF5 is #87020A. Grayscale: #D4D4D4. Windows color (decimal): -8847883 or 16121208. OLE color: 16121208.

HSL color Cylindrical-coordinate representation of color #78FDF5: hue angle of 176.39º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FDF5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB120253245-
CMYK0.5300.030.01
HSL176.39º97.08%73.14%-
HSV(B)176.39º52.57%99.22%-
XYZ59.3580.8498.86-
YUV212.32146.4462.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.42%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=19.42%
G=40.94%
B=39.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202532450.5300.030.01176.3997.0873.14
Hex78FDF535031b06149
Octal17037536565031260141111
Binary1111000111111011111010111010101111011000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,253,245); }

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

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

 a { background-color: rgb(120,253,245); }

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

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

 span { border-color: rgb(120,253,245); }

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