Html Css Color HEX #83DBDA Spray

📋 copy color: '#83DBDA'

red 131 ◦ green 219 ◦ blue 218

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

Shades of Spray #83DBDA

Tints of Spray #83DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 23.06%
G = 38.56%
B = 38.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#83DBDA (or 0x83DBDA) is known color: Spray. HEX triplet: 83, DB and DA. RGB value is (131,219,218). Sum of RGB (Red+Green+Blue) = 131+219+218=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBDA is #7C2425. Grayscale: #C0C0C0. Windows color (decimal): -8135718 or 14343043. OLE color: 14343043.

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

Color convert

RGB 131 219 218 -
CMYK 0.40 0 0.00 0.14
HSL 179.32º 0.55% 0.69% -
HSV(B) 179.32º 0.4% 0.86% -
XYZ 47.35 60.55 75.52 -
YUV 192.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 131 219 218 0.40 0 0.00 0.14 179.32 0.55 0.69
Hex 83 DB DA 28 0 0 E B3 37 45
Octal 203 333 332 50 0 0 16 263 67 105
Binary 10000011 11011011 11011010 101000 0 0 1110 10110011 110111 1000101

Color Harmonies of #83DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBDA

Black with #83DBDA

Text Example


Text Example

White with #83DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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