#78DDFD

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

Shades of Light Sky Blue #78DDFD

Tints of Light Sky Blue #78DDFD

Color information

#78DDFD (or 0x78DDFD) is unknown color: approx Light Sky Blue. HEX triplet: 78, DD and FD. RGB value is (120,221,253). Sum of RGB (Red+Green+Blue) = 120+221+253=594 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.20% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #78DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DDFD is #872202. Grayscale: #C2C2C2. Windows color (decimal): -8856067 or 16637304. OLE color: 16637304.

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

Color convert

RGB120221253-
CMYK0.530.1300.01
HSL194.44º97.08%73.14%-
HSV(B)194.44º52.57%99.22%-
XYZ51.3362.8102.34-
YUV194.45161.0474.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.20%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=20.20%
G=37.21%
B=42.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202212530.530.1300.01194.4497.0873.14
Hex78DDFD35D01c26149
Octal170335375651501302141111
Binary111100011011101111111011101011101011100001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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