Html Css Color HEX #83CEDD Spray

📋 copy color: '#83CEDD'

red 131 ◦ green 206 ◦ blue 221

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

Shades of Spray #83CEDD

Tints of Spray #83CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 23.48%
G = 36.92%
B = 39.61%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CEDD (or 0x83CEDD) is known color: Spray. HEX triplet: 83, CE and DD. RGB value is (131,206,221). Sum of RGB (Red+Green+Blue) = 131+206+221=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #83CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEDD is #7C3122. Grayscale: #B9B9B9. Windows color (decimal): -8139043 or 14536323. OLE color: 14536323.

HSL color Cylindrical-coordinate representation of color #83CEDD: hue angle of 190º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83CEDD is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 206 221 -
CMYK 0.41 0.07 0 0.13
HSL 190º 0.57% 0.69% -
HSV(B) 190º 0.41% 0.87% -
XYZ 44.48 54.19 76.52 -
YUV 185.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 131 206 221 0.41 0.07 0 0.13 190 0.57 0.69
Hex 83 CE DD 29 7 0 D BE 39 45
Octal 203 316 335 51 7 0 15 276 71 105
Binary 10000011 11001110 11011101 101001 111 0 1101 10111110 111001 1000101

Color Harmonies of #83CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CEDD

Black with #83CEDD

Text Example


Text Example

White with #83CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,206,221); }

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

background-color css

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

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

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

border-color css

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

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

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