Html Css Color HEX #77CDDB Spray

📋 copy color: '#77CDDB'

red 119 ◦ green 205 ◦ blue 219

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

Shades of Spray #77CDDB

Tints of Spray #77CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 21.92%
G = 37.75%
B = 40.33%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77CDDB (or 0x77CDDB) is known color: Spray. HEX triplet: 77, CD and DB. RGB value is (119,205,219). Sum of RGB (Red+Green+Blue) = 119+205+219=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #77CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDDB is #883224. Grayscale: #B4B4B4. Windows color (decimal): -8925733 or 14404983. OLE color: 14404983.

HSL color Cylindrical-coordinate representation of color #77CDDB: hue angle of 188.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CDDB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 205 219 -
CMYK 0.46 0.06 0 0.14
HSL 188.4º 0.58% 0.66% -
HSV(B) 188.4º 0.46% 0.86% -
XYZ 42.23 52.7 74.96 -
YUV 180.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 119 205 219 0.46 0.06 0 0.14 188.4 0.58 0.66
Hex 77 CD DB 2E 6 0 E BC 3A 42
Octal 167 315 333 56 6 0 16 274 72 102
Binary 1110111 11001101 11011011 101110 110 0 1110 10111100 111010 1000010

Color Harmonies of #77CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDDB

Black with #77CDDB

Text Example


Text Example

White with #77CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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