Html Css Color HEX #83CDDB Spray

📋 copy color: '#83CDDB'

red 131 ◦ green 205 ◦ blue 219

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

Shades of Spray #83CDDB

Tints of Spray #83CDDB

RGB

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

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

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

R = 23.6%
G = 36.94%
B = 39.46%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83CDDB (or 0x83CDDB) is known color: Spray. HEX triplet: 83, CD and DB. RGB value is (131,205,219). Sum of RGB (Red+Green+Blue) = 131+205+219=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDDB is #7C3224. Grayscale: #B8B8B8. Windows color (decimal): -8139301 or 14404995. OLE color: 14404995.

HSL color Cylindrical-coordinate representation of color #83CDDB: hue angle of 189.55º 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 #83CDDB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 205 219 -
CMYK 0.40 0.06 0 0.14
HSL 189.55º 0.55% 0.69% -
HSV(B) 189.55º 0.4% 0.86% -
XYZ 43.98 53.6 75.05 -
YUV 184.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 131 205 219 0.40 0.06 0 0.14 189.55 0.55 0.69
Hex 83 CD DB 28 6 0 E BE 37 45
Octal 203 315 333 50 6 0 16 276 67 105
Binary 10000011 11001101 11011011 101000 110 0 1110 10111110 110111 1000101

Color Harmonies of #83CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDDB

Black with #83CDDB

Text Example


Text Example

White with #83CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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