Html Css Color HEX #77CEDD Spray

📋 copy color: '#77CEDD'

red 119 ◦ green 206 ◦ blue 221

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

Shades of Spray #77CEDD

Tints of Spray #77CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 21.79%
G = 37.73%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77CEDD (or 0x77CEDD) is known color: Spray. HEX triplet: 77, CE and DD. RGB value is (119,206,221). Sum of RGB (Red+Green+Blue) = 119+206+221=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #77CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEDD is #883122. Grayscale: #B5B5B5. Windows color (decimal): -8925475 or 14536311. OLE color: 14536311.

HSL color Cylindrical-coordinate representation of color #77CEDD: hue angle of 188.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CEDD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 206 221 -
CMYK 0.46 0.07 0 0.13
HSL 188.82º 0.6% 0.67% -
HSV(B) 188.82º 0.46% 0.87% -
XYZ 42.73 53.29 76.44 -
YUV 181.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 119 206 221 0.46 0.07 0 0.13 188.82 0.6 0.67
Hex 77 CE DD 2E 7 0 D BD 3C 43
Octal 167 316 335 56 7 0 15 275 74 103
Binary 1110111 11001110 11011101 101110 111 0 1101 10111101 111100 1000011

Color Harmonies of #77CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEDD

Black with #77CEDD

Text Example


Text Example

White with #77CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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