#78FBEA

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

Shades of Baby Blue #78FBEA

Tints of Baby Blue #78FBEA

Color information

#78FBEA (or 0x78FBEA) is unknown color: approx Baby Blue. HEX triplet: 78, FB and EA. RGB value is (120,251,234). Sum of RGB (Red+Green+Blue) = 120+251+234=605 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.83% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FBEA is #870415. Grayscale: #D1D1D1. Windows color (decimal): -8848406 or 15399800. OLE color: 15399800.

HSL color Cylindrical-coordinate representation of color #78FBEA: hue angle of 172.21º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FBEA is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB120251234-
CMYK0.5200.070.02
HSL172.21º94.24%72.75%-
HSV(B)172.21º52.19%98.43%-
XYZ57.0978.9390.07-
YUV209.89141.663.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 19.83%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=19.83%
G=41.49%
B=38.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202512340.5200.070.02172.2194.2472.75
Hex78FBEA34072ac5e49
Octal17037335264072254136111
Binary111100011111011111010101101000111101010110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,251,234); }

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

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

 a { background-color: rgb(120,251,234); }

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

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

 span { border-color: rgb(120,251,234); }

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