Html Css Color HEX #8DCEDB Spray

📋 copy color: '#8DCEDB'

red 141 ◦ green 206 ◦ blue 219

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

Shades of Spray #8DCEDB

Tints of Spray #8DCEDB

RGB

 RED value IS 141 (55.47% from 255) = 24.91%

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

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

R = 24.91%
G = 36.4%
B = 38.69%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DCEDB (or 0x8DCEDB) is known color: Spray. HEX triplet: 8D, CE and DB. RGB value is (141,206,219). Sum of RGB (Red+Green+Blue) = 141+206+219=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEDB is #723124. Grayscale: #BBBBBB. Windows color (decimal): -7483685 or 14405261. OLE color: 14405261.

HSL color Cylindrical-coordinate representation of color #8DCEDB: hue angle of 190º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCEDB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 206 219 -
CMYK 0.36 0.06 0 0.14
HSL 190º 0.52% 0.71% -
HSV(B) 190º 0.36% 0.86% -
XYZ 45.84 54.92 75.2 -
YUV 188.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 141 206 219 0.36 0.06 0 0.14 190 0.52 0.71
Hex 8D CE DB 24 6 0 E BE 34 47
Octal 215 316 333 44 6 0 16 276 64 107
Binary 10001101 11001110 11011011 100100 110 0 1110 10111110 110100 1000111

Color Harmonies of #8DCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCEDB

Black with #8DCEDB

Text Example


Text Example

White with #8DCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DCEDB; }

 p { color: rgb(141,206,219); }

 H1.HeaderClassName
 {
   color: #8DCEDB;
 }
 .AnyTagClassName
 {
   color: #8DCEDB;
 }
</style>

background-color css

<style>
 a { background-color: #8DCEDB; }

 a { background-color: rgb(141,206,219); }

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

border-color css

<style>
 span { border-color: #8DCEDB; }

 span { border-color: rgb(141,206,219); }

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