Html Css Color HEX #78CFF5 Light Sky Blue

📋 copy color: '#78CFF5'

red 120 ◦ green 207 ◦ blue 245

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

Shades of Light Sky Blue #78CFF5

Tints of Light Sky Blue #78CFF5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 245 (96.09% from 255) = 42.83%

R = 20.98%
G = 36.19%
B = 42.83%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#78CFF5 (or 0x78CFF5) is known color: Light Sky Blue. HEX triplet: 78, CF and F5. RGB value is (120,207,245). Sum of RGB (Red+Green+Blue) = 120+207+245=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #78CFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFF5 is #87300A. Grayscale: #B9B9B9. Windows color (decimal): -8859659 or 16109432. OLE color: 16109432.

HSL color Cylindrical-coordinate representation of color #78CFF5: hue angle of 198.24º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78CFF5 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 207 245 -
CMYK 0.51 0.16 0 0.04
HSL 198.24º 0.86% 0.72% -
HSV(B) 198.24º 0.51% 0.96% -
XYZ 46.54 55.21 94.59 -
YUV 185.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 120 207 245 0.51 0.16 0 0.04 198.24 0.86 0.72
Hex 78 CF F5 33 10 0 4 C6 56 48
Octal 170 317 365 63 20 0 4 306 126 110
Binary 1111000 11001111 11110101 110011 10000 0 100 11000110 1010110 1001000

Color Harmonies of #78CFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFF5

Black with #78CFF5

Text Example


Text Example

White with #78CFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,207,245); }

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

background-color css

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

 a { background-color: rgb(120,207,245); }

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

border-color css

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

 span { border-color: rgb(120,207,245); }

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