Html Css Color HEX #83BED7 Seagull

📋 copy color: '#83BED7'

red 131 ◦ green 190 ◦ blue 215

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

Shades of Seagull #83BED7

Tints of Seagull #83BED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.45%

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 24.44%
G = 35.45%
B = 40.11%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83BED7 (or 0x83BED7) is known color: Seagull. HEX triplet: 83, BE and D7. RGB value is (131,190,215). Sum of RGB (Red+Green+Blue) = 131+190+215=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #83BED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BED7 is #7C4128. Grayscale: #AFAFAF. Windows color (decimal): -8143145 or 14139011. OLE color: 14139011.

HSL color Cylindrical-coordinate representation of color #83BED7: hue angle of 197.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83BED7 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 190 215 -
CMYK 0.39 0.12 0 0.16
HSL 197.86º 0.51% 0.68% -
HSV(B) 197.86º 0.39% 0.84% -
XYZ 40.04 46.56 71.17 -
YUV 175.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 131 190 215 0.39 0.12 0 0.16 197.86 0.51 0.68
Hex 83 BE D7 27 C 0 10 C6 33 44
Octal 203 276 327 47 14 0 20 306 63 104
Binary 10000011 10111110 11010111 100111 1100 0 10000 11000110 110011 1000100

Color Harmonies of #83BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BED7

Black with #83BED7

Text Example


Text Example

White with #83BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,190,215); }

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

background-color css

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

 a { background-color: rgb(131,190,215); }

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

border-color css

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

 span { border-color: rgb(131,190,215); }

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