Html Css Color HEX #83C9DA Spray

📋 copy color: '#83C9DA'

red 131 ◦ green 201 ◦ blue 218

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

Shades of Spray #83C9DA

Tints of Spray #83C9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 23.82%
G = 36.55%
B = 39.64%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83C9DA (or 0x83C9DA) is known color: Spray. HEX triplet: 83, C9 and DA. RGB value is (131,201,218). Sum of RGB (Red+Green+Blue) = 131+201+218=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #83C9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C9DA is #7C3625. Grayscale: #B5B5B5. Windows color (decimal): -8140326 or 14338435. OLE color: 14338435.

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

Color convert

RGB 131 201 218 -
CMYK 0.40 0.08 0 0.15
HSL 191.72º 0.54% 0.68% -
HSV(B) 191.72º 0.4% 0.85% -
XYZ 42.9 51.66 74.04 -
YUV 182.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 131 201 218 0.40 0.08 0 0.15 191.72 0.54 0.68
Hex 83 C9 DA 28 8 0 F C0 36 44
Octal 203 311 332 50 10 0 17 300 66 104
Binary 10000011 11001001 11011010 101000 1000 0 1111 11000000 110110 1000100

Color Harmonies of #83C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C9DA

Black with #83C9DA

Text Example


Text Example

White with #83C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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