Html Css Color HEX #78DCFC Light Sky Blue

📋 copy color: '#78DCFC'

red 120 ◦ green 220 ◦ blue 252

#78DCFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #78DCFC

Tints of Light Sky Blue #78DCFC

RGB

 RED value IS 120 (47.27% from 255) = 20.27%

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 20.27%
G = 37.16%
B = 42.57%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78DCFC (or 0x78DCFC) is known color: Light Sky Blue. HEX triplet: 78, DC and FC. RGB value is (120,220,252). Sum of RGB (Red+Green+Blue) = 120+220+252=592 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.27% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #78DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DCFC is #872303. Grayscale: #C1C1C1. Windows color (decimal): -8856324 or 16571512. OLE color: 16571512.

HSL color Cylindrical-coordinate representation of color #78DCFC: hue angle of 194.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78DCFC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 220 252 -
CMYK 0.52 0.13 0 0.01
HSL 194.55º 0.96% 0.73% -
HSV(B) 194.55º 0.52% 0.99% -
XYZ 50.91 62.21 101.42 -
YUV 193.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 120 220 252 0.52 0.13 0 0.01 194.55 0.96 0.73
Hex 78 DC FC 34 D 0 1 C3 60 49
Octal 170 334 374 64 15 0 1 303 140 111
Binary 1111000 11011100 11111100 110100 1101 0 1 11000011 1100000 1001001

Color Harmonies of #78DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DCFC

Black with #78DCFC

Text Example


Text Example

White with #78DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,220,252); }

 H1.HeaderClassName
 {
   color: #78DCFC;
 }
 .AnyTagClassName
 {
   color: #78DCFC;
 }
</style>

background-color css

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

 a { background-color: rgb(120,220,252); }

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

border-color css

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

 span { border-color: rgb(120,220,252); }

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