Html Css Color HEX #83CFDE Spray

📋 copy color: '#83CFDE'

red 131 ◦ green 207 ◦ blue 222

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

Shades of Spray #83CFDE

Tints of Spray #83CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 23.39%
G = 36.96%
B = 39.64%

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

#83CFDE (or 0x83CFDE) is known color: Spray. HEX triplet: 83, CF and DE. RGB value is (131,207,222). Sum of RGB (Red+Green+Blue) = 131+207+222=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #83CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFDE is #7C3021. Grayscale: #B9B9B9. Windows color (decimal): -8138786 or 14602115. OLE color: 14602115.

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

Color convert

RGB 131 207 222 -
CMYK 0.41 0.07 0 0.13
HSL 189.89º 0.58% 0.69% -
HSV(B) 189.89º 0.41% 0.87% -
XYZ 44.86 54.72 77.31 -
YUV 185.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 131 207 222 0.41 0.07 0 0.13 189.89 0.58 0.69
Hex 83 CF DE 29 7 0 D BE 3A 45
Octal 203 317 336 51 7 0 15 276 72 105
Binary 10000011 11001111 11011110 101001 111 0 1101 10111110 111010 1000101

Color Harmonies of #83CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFDE

Black with #83CFDE

Text Example


Text Example

White with #83CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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