Html Css Color HEX #83CDDF Spray

📋 copy color: '#83CDDF'

red 131 ◦ green 205 ◦ blue 223

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

Shades of Spray #83CDDF

Tints of Spray #83CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.67%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 23.43%
G = 36.67%
B = 39.89%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CDDF (or 0x83CDDF) is known color: Spray. HEX triplet: 83, CD and DF. RGB value is (131,205,223). Sum of RGB (Red+Green+Blue) = 131+205+223=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #83CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDDF is #7C3220. Grayscale: #B8B8B8. Windows color (decimal): -8139297 or 14667139. OLE color: 14667139.

HSL color Cylindrical-coordinate representation of color #83CDDF: hue angle of 191.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83CDDF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 205 223 -
CMYK 0.41 0.08 0 0.13
HSL 191.74º 0.59% 0.69% -
HSV(B) 191.74º 0.41% 0.87% -
XYZ 44.51 53.82 77.85 -
YUV 184.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 131 205 223 0.41 0.08 0 0.13 191.74 0.59 0.69
Hex 83 CD DF 29 8 0 D C0 3B 45
Octal 203 315 337 51 10 0 15 300 73 105
Binary 10000011 11001101 11011111 101001 1000 0 1101 11000000 111011 1000101

Color Harmonies of #83CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDDF

Black with #83CDDF

Text Example


Text Example

White with #83CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,205,223); }

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

background-color css

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

 a { background-color: rgb(131,205,223); }

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

border-color css

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

 span { border-color: rgb(131,205,223); }

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