Html Css Color HEX #77DCFB Light Sky Blue

📋 copy color: '#77DCFB'

red 119 ◦ green 220 ◦ blue 251

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

Shades of Light Sky Blue #77DCFB

Tints of Light Sky Blue #77DCFB

RGB

 RED value IS 119 (46.88% from 255) = 20.17%

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 20.17%
G = 37.29%
B = 42.54%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77DCFB (or 0x77DCFB) is known color: Light Sky Blue. HEX triplet: 77, DC and FB. RGB value is (119,220,251). Sum of RGB (Red+Green+Blue) = 119+220+251=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #77DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCFB is #882304. Grayscale: #C1C1C1. Windows color (decimal): -8921861 or 16505975. OLE color: 16505975.

HSL color Cylindrical-coordinate representation of color #77DCFB: hue angle of 194.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DCFB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 220 251 -
CMYK 0.53 0.12 0 0.02
HSL 194.09º 0.94% 0.73% -
HSV(B) 194.09º 0.53% 0.98% -
XYZ 50.61 62.07 100.58 -
YUV 193.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 119 220 251 0.53 0.12 0 0.02 194.09 0.94 0.73
Hex 77 DC FB 35 C 0 2 C2 5E 49
Octal 167 334 373 65 14 0 2 302 136 111
Binary 1110111 11011100 11111011 110101 1100 0 10 11000010 1011110 1001001

Color Harmonies of #77DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCFB

Black with #77DCFB

Text Example


Text Example

White with #77DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77DCFB; }

 p { color: rgb(119,220,251); }

 H1.HeaderClassName
 {
   color: #77DCFB;
 }
 .AnyTagClassName
 {
   color: #77DCFB;
 }
</style>

background-color css

<style>
 a { background-color: #77DCFB; }

 a { background-color: rgb(119,220,251); }

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

border-color css

<style>
 span { border-color: #77DCFB; }

 span { border-color: rgb(119,220,251); }

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