#78DEFD

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

Shades of Light Sky Blue #78DEFD

Tints of Light Sky Blue #78DEFD

Color information

#78DEFD (or 0x78DEFD) is unknown color: approx Light Sky Blue. HEX triplet: 78, DE and FD. RGB value is (120,222,253). Sum of RGB (Red+Green+Blue) = 120+222+253=595 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.17% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #78DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DEFD is #872102. Grayscale: #C2C2C2. Windows color (decimal): -8855811 or 16637560. OLE color: 16637560.

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

Color convert

RGB120222253-
CMYK0.530.1200.01
HSL193.98º97.08%73.14%-
HSV(B)193.98º52.57%99.22%-
XYZ51.663.33102.43-
YUV195.04160.7174.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.17%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=20.17%
G=37.31%
B=42.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202222530.530.1200.01193.9897.0873.14
Hex78DEFD35C01c26149
Octal170336375651401302141111
Binary111100011011110111111011101011100011100001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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