Html Css Color HEX #83CBD5 Spray

📋 copy color: '#83CBD5'

red 131 ◦ green 203 ◦ blue 213

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

Shades of Spray #83CBD5

Tints of Spray #83CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 23.95%
G = 37.11%
B = 38.94%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83CBD5 (or 0x83CBD5) is known color: Spray. HEX triplet: 83, CB and D5. RGB value is (131,203,213). Sum of RGB (Red+Green+Blue) = 131+203+213=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #83CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBD5 is #7C342A. Grayscale: #B6B6B6. Windows color (decimal): -8139819 or 14011267. OLE color: 14011267.

HSL color Cylindrical-coordinate representation of color #83CBD5: hue angle of 187.32º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83CBD5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 203 213 -
CMYK 0.38 0.05 0 0.16
HSL 187.32º 0.49% 0.67% -
HSV(B) 187.32º 0.38% 0.84% -
XYZ 42.73 52.34 70.8 -
YUV 182.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 131 203 213 0.38 0.05 0 0.16 187.32 0.49 0.67
Hex 83 CB D5 26 5 0 10 BB 31 43
Octal 203 313 325 46 5 0 20 273 61 103
Binary 10000011 11001011 11010101 100110 101 0 10000 10111011 110001 1000011

Color Harmonies of #83CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBD5

Black with #83CBD5

Text Example


Text Example

White with #83CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,203,213); }

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

background-color css

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

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

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

border-color css

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

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

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