Html Css Color HEX #77CDD5 Spray

📋 copy color: '#77CDD5'

red 119 ◦ green 205 ◦ blue 213

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

Shades of Spray #77CDD5

Tints of Spray #77CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 22.16%
G = 38.18%
B = 39.66%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#77CDD5 (or 0x77CDD5) is known color: Spray. HEX triplet: 77, CD and D5. RGB value is (119,205,213). Sum of RGB (Red+Green+Blue) = 119+205+213=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #77CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDD5 is #88322A. Grayscale: #B4B4B4. Windows color (decimal): -8925739 or 14011767. OLE color: 14011767.

HSL color Cylindrical-coordinate representation of color #77CDD5: hue angle of 185.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77CDD5 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 205 213 -
CMYK 0.44 0.04 0 0.16
HSL 185.11º 0.53% 0.65% -
HSV(B) 185.11º 0.44% 0.84% -
XYZ 41.45 52.39 70.88 -
YUV 180.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 119 205 213 0.44 0.04 0 0.16 185.11 0.53 0.65
Hex 77 CD D5 2C 4 0 10 B9 35 41
Octal 167 315 325 54 4 0 20 271 65 101
Binary 1110111 11001101 11010101 101100 100 0 10000 10111001 110101 1000001

Color Harmonies of #77CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDD5

Black with #77CDD5

Text Example


Text Example

White with #77CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,205,213); }

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

background-color css

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

 a { background-color: rgb(119,205,213); }

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

border-color css

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

 span { border-color: rgb(119,205,213); }

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