Html Css Color HEX #78D2FE Light Sky Blue

📋 copy color: '#78D2FE'

red 120 ◦ green 210 ◦ blue 254

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

Shades of Light Sky Blue #78D2FE

Tints of Light Sky Blue #78D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 20.55%
G = 35.96%
B = 43.49%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#78D2FE (or 0x78D2FE) is known color: Light Sky Blue. HEX triplet: 78, D2 and FE. RGB value is (120,210,254). Sum of RGB (Red+Green+Blue) = 120+210+254=584 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.55% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #78D2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D2FE is #872D01. Grayscale: #BBBBBB. Windows color (decimal): -8858882 or 16700024. OLE color: 16700024.

HSL color Cylindrical-coordinate representation of color #78D2FE: hue angle of 199.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78D2FE is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 210 254 -
CMYK 0.53 0.17 0 0.00
HSL 199.7º 0.99% 0.73% -
HSV(B) 199.7º 0.53% 1% -
XYZ 48.68 57.24 102.25 -
YUV 188.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 120 210 254 0.53 0.17 0 0.00 199.7 0.99 0.73
Hex 78 D2 FE 35 11 0 0 C8 63 49
Octal 170 322 376 65 21 0 0 310 143 111
Binary 1111000 11010010 11111110 110101 10001 0 0 11001000 1100011 1001001

Color Harmonies of #78D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D2FE

Black with #78D2FE

Text Example


Text Example

White with #78D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,210,254); }

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

background-color css

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

 a { background-color: rgb(120,210,254); }

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

border-color css

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

 span { border-color: rgb(120,210,254); }

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