Html Css Color HEX #83CFD8 Spray

📋 copy color: '#83CFD8'

red 131 ◦ green 207 ◦ blue 216

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

Shades of Spray #83CFD8

Tints of Spray #83CFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 23.65%
G = 37.36%
B = 38.99%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83CFD8 (or 0x83CFD8) is known color: Spray. HEX triplet: 83, CF and D8. RGB value is (131,207,216). Sum of RGB (Red+Green+Blue) = 131+207+216=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #83CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFD8 is #7C3027. Grayscale: #B9B9B9. Windows color (decimal): -8138792 or 14208899. OLE color: 14208899.

HSL color Cylindrical-coordinate representation of color #83CFD8: hue angle of 186.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83CFD8 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 207 216 -
CMYK 0.39 0.04 0 0.15
HSL 186.35º 0.52% 0.68% -
HSV(B) 186.35º 0.39% 0.85% -
XYZ 44.07 54.41 73.15 -
YUV 185.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 131 207 216 0.39 0.04 0 0.15 186.35 0.52 0.68
Hex 83 CF D8 27 4 0 F BA 34 44
Octal 203 317 330 47 4 0 17 272 64 104
Binary 10000011 11001111 11011000 100111 100 0 1111 10111010 110100 1000100

Color Harmonies of #83CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFD8

Black with #83CFD8

Text Example


Text Example

White with #83CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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