#78FFEE

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

Shades of Baby Blue #78FFEE

Tints of Baby Blue #78FFEE

Color information

#78FFEE (or 0x78FFEE) is unknown color: approx Baby Blue. HEX triplet: 78, FF and EE. RGB value is (120,255,238). Sum of RGB (Red+Green+Blue) = 120+255+238=613 (81% of max value = 765). Red value is 120 (47.27% from 255 or 19.58% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFEE is #870011. Grayscale: #D4D4D4. Windows color (decimal): -8847378 or 15662968. OLE color: 15662968.

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

Color convert

RGB120255238-
CMYK0.5300.070
HSL172.44º100%73.53%-
HSV(B)172.44º52.94%100%-
XYZ58.9481.6993.55-
YUV212.7142.2761.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.58%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=19.58%
G=41.60%
B=38.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202552380.5300.070172.4410073.53
Hex78FFEE35070ac644a
Octal17037735665070254144112
Binary11110001111111111101110110101011101010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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