Html Css Color HEX #83C9DB Spray

📋 copy color: '#83C9DB'

red 131 ◦ green 201 ◦ blue 219

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

Shades of Spray #83C9DB

Tints of Spray #83C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 23.77%
G = 36.48%
B = 39.75%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83C9DB (or 0x83C9DB) is known color: Spray. HEX triplet: 83, C9 and DB. RGB value is (131,201,219). Sum of RGB (Red+Green+Blue) = 131+201+219=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #83C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C9DB is #7C3624. Grayscale: #B5B5B5. Windows color (decimal): -8140325 or 14403971. OLE color: 14403971.

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

Color convert

RGB 131 201 219 -
CMYK 0.40 0.08 0 0.14
HSL 192.27º 0.55% 0.69% -
HSV(B) 192.27º 0.4% 0.86% -
XYZ 43.03 51.71 74.73 -
YUV 182.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 131 201 219 0.40 0.08 0 0.14 192.27 0.55 0.69
Hex 83 C9 DB 28 8 0 E C0 37 45
Octal 203 311 333 50 10 0 16 300 67 105
Binary 10000011 11001001 11011011 101000 1000 0 1110 11000000 110111 1000101

Color Harmonies of #83C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C9DB

Black with #83C9DB

Text Example


Text Example

White with #83C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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