Html Css Color HEX #8BCEDB Spray

📋 copy color: '#8BCEDB'

red 139 ◦ green 206 ◦ blue 219

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

Shades of Spray #8BCEDB

Tints of Spray #8BCEDB

RGB

 RED value IS 139 (54.69% from 255) = 24.65%

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

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

R = 24.65%
G = 36.52%
B = 38.83%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BCEDB (or 0x8BCEDB) is known color: Spray. HEX triplet: 8B, CE and DB. RGB value is (139,206,219). Sum of RGB (Red+Green+Blue) = 139+206+219=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEDB is #743124. Grayscale: #BBBBBB. Windows color (decimal): -7614757 or 14405259. OLE color: 14405259.

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

Color convert

RGB 139 206 219 -
CMYK 0.37 0.06 0 0.14
HSL 189.75º 0.53% 0.7% -
HSV(B) 189.75º 0.37% 0.86% -
XYZ 45.5 54.75 75.19 -
YUV 187.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 139 206 219 0.37 0.06 0 0.14 189.75 0.53 0.7
Hex 8B CE DB 25 6 0 E BE 35 46
Octal 213 316 333 45 6 0 16 276 65 106
Binary 10001011 11001110 11011011 100101 110 0 1110 10111110 110101 1000110

Color Harmonies of #8BCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCEDB

Black with #8BCEDB

Text Example


Text Example

White with #8BCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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