#78D8FF

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

Shades of Light Sky Blue #78D8FF

Tints of Light Sky Blue #78D8FF

Color information

#78D8FF (or 0x78D8FF) is unknown color: approx Light Sky Blue. HEX triplet: 78, D8 and FF. RGB value is (120,216,255). Sum of RGB (Red+Green+Blue) = 120+216+255=591 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.30% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #78D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D8FF is #872700. Grayscale: #BFBFBF. Windows color (decimal): -8857345 or 16767096. OLE color: 16767096.

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

Color convert

RGB120216255-
CMYK0.530.1500
HSL197.33º100%73.53%-
HSV(B)197.33º52.94%100%-
XYZ50.3560.32103.6-
YUV191.74163.776.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.30%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 255 (100% from 255) = 43.15%
R=20.30%
G=36.55%
B=43.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1202162550.530.1500197.3310073.53
Hex78D8FF35F00c5644a
Octal170330377651700305144112
Binary111100011011000111111111101011111001100010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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