Html Css Color HEX #77DAFA Light Sky Blue

📋 copy color: '#77DAFA'

red 119 ◦ green 218 ◦ blue 250

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

Shades of Light Sky Blue #77DAFA

Tints of Light Sky Blue #77DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 20.27%
G = 37.14%
B = 42.59%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77DAFA (or 0x77DAFA) is known color: Light Sky Blue. HEX triplet: 77, DA and FA. RGB value is (119,218,250). Sum of RGB (Red+Green+Blue) = 119+218+250=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #77DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DAFA is #882505. Grayscale: #BFBFBF. Windows color (decimal): -8922374 or 16439927. OLE color: 16439927.

HSL color Cylindrical-coordinate representation of color #77DAFA: hue angle of 194.66º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DAFA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 218 250 -
CMYK 0.52 0.13 0 0.02
HSL 194.66º 0.93% 0.72% -
HSV(B) 194.66º 0.52% 0.98% -
XYZ 49.93 60.97 99.58 -
YUV 192.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 119 218 250 0.52 0.13 0 0.02 194.66 0.93 0.72
Hex 77 DA FA 34 D 0 2 C3 5D 48
Octal 167 332 372 64 15 0 2 303 135 110
Binary 1110111 11011010 11111010 110100 1101 0 10 11000011 1011101 1001000

Color Harmonies of #77DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAFA

Black with #77DAFA

Text Example


Text Example

White with #77DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,218,250); }

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

background-color css

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

 a { background-color: rgb(119,218,250); }

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

border-color css

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

 span { border-color: rgb(119,218,250); }

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