Html Css Color HEX #83CFD9 Spray

📋 copy color: '#83CFD9'

red 131 ◦ green 207 ◦ blue 217

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

Shades of Spray #83CFD9

Tints of Spray #83CFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.3%

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 23.6%
G = 37.3%
B = 39.1%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83CFD9 (or 0x83CFD9) is known color: Spray. HEX triplet: 83, CF and D9. RGB value is (131,207,217). Sum of RGB (Red+Green+Blue) = 131+207+217=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #83CFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFD9 is #7C3026. Grayscale: #B9B9B9. Windows color (decimal): -8138791 or 14274435. OLE color: 14274435.

HSL color Cylindrical-coordinate representation of color #83CFD9: hue angle of 186.98º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83CFD9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 207 217 -
CMYK 0.40 0.05 0 0.15
HSL 186.98º 0.53% 0.68% -
HSV(B) 186.98º 0.4% 0.85% -
XYZ 44.2 54.46 73.83 -
YUV 185.42 145.82 89.19 -
System Red Green Blue C M Y K H S L
Decimal 131 207 217 0.40 0.05 0 0.15 186.98 0.53 0.68
Hex 83 CF D9 28 5 0 F BB 35 44
Octal 203 317 331 50 5 0 17 273 65 104
Binary 10000011 11001111 11011001 101000 101 0 1111 10111011 110101 1000100

Color Harmonies of #83CFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFD9

Black with #83CFD9

Text Example


Text Example

White with #83CFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,207,217); }

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

background-color css

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

 a { background-color: rgb(131,207,217); }

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

border-color css

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

 span { border-color: rgb(131,207,217); }

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