Html Css Color HEX #83CADA Spray

📋 copy color: '#83CADA'

red 131 ◦ green 202 ◦ blue 218

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

Shades of Spray #83CADA

Tints of Spray #83CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.66%

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

R = 23.77%
G = 36.66%
B = 39.56%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83CADA (or 0x83CADA) is known color: Spray. HEX triplet: 83, CA and DA. RGB value is (131,202,218). Sum of RGB (Red+Green+Blue) = 131+202+218=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #83CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CADA is #7C3525. Grayscale: #B6B6B6. Windows color (decimal): -8140070 or 14338691. OLE color: 14338691.

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

Color convert

RGB 131 202 218 -
CMYK 0.40 0.07 0 0.15
HSL 191.03º 0.54% 0.68% -
HSV(B) 191.03º 0.4% 0.85% -
XYZ 43.14 52.13 74.12 -
YUV 182.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 131 202 218 0.40 0.07 0 0.15 191.03 0.54 0.68
Hex 83 CA DA 28 7 0 F BF 36 44
Octal 203 312 332 50 7 0 17 277 66 104
Binary 10000011 11001010 11011010 101000 111 0 1111 10111111 110110 1000100

Color Harmonies of #83CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CADA

Black with #83CADA

Text Example


Text Example

White with #83CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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