Html Css Color HEX #83DEE7 Spray

📋 copy color: '#83DEE7'

red 131 ◦ green 222 ◦ blue 231

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

Shades of Spray #83DEE7

Tints of Spray #83DEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 231 (90.63% from 255) = 39.55%

R = 22.43%
G = 38.01%
B = 39.55%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#83DEE7 (or 0x83DEE7) is known color: Spray. HEX triplet: 83, DE and E7. RGB value is (131,222,231). Sum of RGB (Red+Green+Blue) = 131+222+231=584 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.43% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #83DEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DEE7 is #7C2118. Grayscale: #C3C3C3. Windows color (decimal): -8134937 or 15195779. OLE color: 15195779.

HSL color Cylindrical-coordinate representation of color #83DEE7: hue angle of 185.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83DEE7 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 222 231 -
CMYK 0.43 0.04 0 0.09
HSL 185.4º 0.68% 0.71% -
HSV(B) 185.4º 0.43% 0.91% -
XYZ 49.91 62.84 85.1 -
YUV 195.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 131 222 231 0.43 0.04 0 0.09 185.4 0.68 0.71
Hex 83 DE E7 2B 4 0 9 B9 44 47
Octal 203 336 347 53 4 0 11 271 104 107
Binary 10000011 11011110 11100111 101011 100 0 1001 10111001 1000100 1000111

Color Harmonies of #83DEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DEE7

Black with #83DEE7

Text Example


Text Example

White with #83DEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,222,231); }

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

background-color css

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

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

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

border-color css

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

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

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