Html Css Color HEX #83B9D7 Seagull

📋 copy color: '#83B9D7'

red 131 ◦ green 185 ◦ blue 215

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

Shades of Seagull #83B9D7

Tints of Seagull #83B9D7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

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

R = 24.67%
G = 34.84%
B = 40.49%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83B9D7 (or 0x83B9D7) is known color: Seagull. HEX triplet: 83, B9 and D7. RGB value is (131,185,215). Sum of RGB (Red+Green+Blue) = 131+185+215=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #83B9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B9D7 is #7C4628. Grayscale: #ACACAC. Windows color (decimal): -8144425 or 14137731. OLE color: 14137731.

HSL color Cylindrical-coordinate representation of color #83B9D7: hue angle of 201.43º 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 #83B9D7 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 185 215 -
CMYK 0.39 0.14 0 0.16
HSL 201.43º 0.51% 0.68% -
HSV(B) 201.43º 0.39% 0.84% -
XYZ 38.97 44.43 70.81 -
YUV 172.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 131 185 215 0.39 0.14 0 0.16 201.43 0.51 0.68
Hex 83 B9 D7 27 E 0 10 C9 33 44
Octal 203 271 327 47 16 0 20 311 63 104
Binary 10000011 10111001 11010111 100111 1110 0 10000 11001001 110011 1000100

Color Harmonies of #83B9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B9D7

Black with #83B9D7

Text Example


Text Example

White with #83B9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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