Html Css Color HEX #83DBDB Spray

📋 copy color: '#83DBDB'

red 131 ◦ green 219 ◦ blue 219

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

Shades of Spray #83DBDB

Tints of Spray #83DBDB

RGB

 RED value IS 131 (51.56% from 255) = 23.02%

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 23.02%
G = 38.49%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83DBDB (or 0x83DBDB) is known color: Spray. HEX triplet: 83, DB and DB. RGB value is (131,219,219). Sum of RGB (Red+Green+Blue) = 131+219+219=569 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.02% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #83DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBDB is #7C2424. Grayscale: #C0C0C0. Windows color (decimal): -8135717 or 14408579. OLE color: 14408579.

HSL color Cylindrical-coordinate representation of color #83DBDB: hue angle of 180º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DBDB is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 219 219 -
CMYK 0.40 0 0 0.14
HSL 180º 0.55% 0.69% -
HSV(B) 180º 0.4% 0.86% -
XYZ 47.48 60.6 76.21 -
YUV 192.69 142.85 84 -
System Red Green Blue C M Y K H S L
Decimal 131 219 219 0.40 0 0 0.14 180 0.55 0.69
Hex 83 DB DB 28 0 0 E B4 37 45
Octal 203 333 333 50 0 0 16 264 67 105
Binary 10000011 11011011 11011011 101000 0 0 1110 10110100 110111 1000101

Color Harmonies of #83DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBDB

Black with #83DBDB

Text Example


Text Example

White with #83DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DBDB; }

 p { color: rgb(131,219,219); }

 H1.HeaderClassName
 {
   color: #83DBDB;
 }
 .AnyTagClassName
 {
   color: #83DBDB;
 }
</style>

background-color css

<style>
 a { background-color: #83DBDB; }

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

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

border-color css

<style>
 span { border-color: #83DBDB; }

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

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