Html Css Color HEX #78DDFC Light Sky Blue

📋 copy color: '#78DDFC'

red 120 ◦ green 221 ◦ blue 252

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

Shades of Light Sky Blue #78DDFC

Tints of Light Sky Blue #78DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.27%

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

R = 20.24%
G = 37.27%
B = 42.5%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78DDFC (or 0x78DDFC) is known color: Light Sky Blue. HEX triplet: 78, DD and FC. RGB value is (120,221,252). Sum of RGB (Red+Green+Blue) = 120+221+252=593 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.24% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #78DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DDFC is #872203. Grayscale: #C2C2C2. Windows color (decimal): -8856068 or 16571768. OLE color: 16571768.

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

Color convert

RGB 120 221 252 -
CMYK 0.52 0.12 0 0.01
HSL 194.09º 0.96% 0.73% -
HSV(B) 194.09º 0.52% 0.99% -
XYZ 51.17 62.73 101.51 -
YUV 194.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 120 221 252 0.52 0.12 0 0.01 194.09 0.96 0.73
Hex 78 DD FC 34 C 0 1 C2 60 49
Octal 170 335 374 64 14 0 1 302 140 111
Binary 1111000 11011101 11111100 110100 1100 0 1 11000010 1100000 1001001

Color Harmonies of #78DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DDFC

Black with #78DDFC

Text Example


Text Example

White with #78DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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