Html Css Color HEX #83CFDD Spray

📋 copy color: '#83CFDD'

red 131 ◦ green 207 ◦ blue 221

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

Shades of Spray #83CFDD

Tints of Spray #83CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 23.43%
G = 37.03%
B = 39.53%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CFDD (or 0x83CFDD) is known color: Spray. HEX triplet: 83, CF and DD. RGB value is (131,207,221). Sum of RGB (Red+Green+Blue) = 131+207+221=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #83CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFDD is #7C3022. Grayscale: #B9B9B9. Windows color (decimal): -8138787 or 14536579. OLE color: 14536579.

HSL color Cylindrical-coordinate representation of color #83CFDD: hue angle of 189.33º degrees, saturation: 0.57, 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 #83CFDD is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 207 221 -
CMYK 0.41 0.06 0 0.13
HSL 189.33º 0.57% 0.69% -
HSV(B) 189.33º 0.41% 0.87% -
XYZ 44.72 54.67 76.6 -
YUV 185.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 131 207 221 0.41 0.06 0 0.13 189.33 0.57 0.69
Hex 83 CF DD 29 6 0 D BD 39 45
Octal 203 317 335 51 6 0 15 275 71 105
Binary 10000011 11001111 11011101 101001 110 0 1101 10111101 111001 1000101

Color Harmonies of #83CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFDD

Black with #83CFDD

Text Example


Text Example

White with #83CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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