Html Css Color HEX #77DDFD Light Sky Blue

📋 copy color: '#77DDFD'

red 119 ◦ green 221 ◦ blue 253

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

Shades of Light Sky Blue #77DDFD

Tints of Light Sky Blue #77DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 20.07%
G = 37.27%
B = 42.66%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77DDFD (or 0x77DDFD) is known color: Light Sky Blue. HEX triplet: 77, DD and FD. RGB value is (119,221,253). Sum of RGB (Red+Green+Blue) = 119+221+253=593 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.07% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #77DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDFD is #882202. Grayscale: #C1C1C1. Windows color (decimal): -8921603 or 16637303. OLE color: 16637303.

HSL color Cylindrical-coordinate representation of color #77DDFD: hue angle of 194.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DDFD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 221 253 -
CMYK 0.53 0.13 0 0.01
HSL 194.33º 0.97% 0.73% -
HSV(B) 194.33º 0.53% 0.99% -
XYZ 51.19 62.73 102.34 -
YUV 194.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 119 221 253 0.53 0.13 0 0.01 194.33 0.97 0.73
Hex 77 DD FD 35 D 0 1 C2 61 49
Octal 167 335 375 65 15 0 1 302 141 111
Binary 1110111 11011101 11111101 110101 1101 0 1 11000010 1100001 1001001

Color Harmonies of #77DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDFD

Black with #77DDFD

Text Example


Text Example

White with #77DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,221,253); }

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

background-color css

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

 a { background-color: rgb(119,221,253); }

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

border-color css

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

 span { border-color: rgb(119,221,253); }

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