Html Css Color HEX #83CFDF Spray

📋 copy color: '#83CFDF'

red 131 ◦ green 207 ◦ blue 223

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

Shades of Spray #83CFDF

Tints of Spray #83CFDF

RGB

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

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

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

R = 23.35%
G = 36.9%
B = 39.75%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CFDF (or 0x83CFDF) is known color: Spray. HEX triplet: 83, CF and DF. RGB value is (131,207,223). Sum of RGB (Red+Green+Blue) = 131+207+223=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #83CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFDF is #7C3020. Grayscale: #B9B9B9. Windows color (decimal): -8138785 or 14667651. OLE color: 14667651.

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

Color convert

RGB 131 207 223 -
CMYK 0.41 0.07 0 0.13
HSL 190.43º 0.59% 0.69% -
HSV(B) 190.43º 0.41% 0.87% -
XYZ 44.99 54.78 78.01 -
YUV 186.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 131 207 223 0.41 0.07 0 0.13 190.43 0.59 0.69
Hex 83 CF DF 29 7 0 D BE 3B 45
Octal 203 317 337 51 7 0 15 276 73 105
Binary 10000011 11001111 11011111 101001 111 0 1101 10111110 111011 1000101

Color Harmonies of #83CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFDF

Black with #83CFDF

Text Example


Text Example

White with #83CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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