Html Css Color HEX #83BAD1 Seagull

📋 copy color: '#83BAD1'

red 131 ◦ green 186 ◦ blue 209

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

Shades of Seagull #83BAD1

Tints of Seagull #83BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 24.9%
G = 35.36%
B = 39.73%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#83BAD1 (or 0x83BAD1) is known color: Seagull. HEX triplet: 83, BA and D1. RGB value is (131,186,209). Sum of RGB (Red+Green+Blue) = 131+186+209=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #83BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAD1 is #7C452E. Grayscale: #ACACAC. Windows color (decimal): -8144175 or 13744771. OLE color: 13744771.

HSL color Cylindrical-coordinate representation of color #83BAD1: hue angle of 197.69º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83BAD1 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 186 209 -
CMYK 0.37 0.11 0 0.18
HSL 197.69º 0.46% 0.67% -
HSV(B) 197.69º 0.37% 0.82% -
XYZ 38.43 44.55 66.89 -
YUV 172.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 131 186 209 0.37 0.11 0 0.18 197.69 0.46 0.67
Hex 83 BA D1 25 B 0 12 C6 2E 43
Octal 203 272 321 45 13 0 22 306 56 103
Binary 10000011 10111010 11010001 100101 1011 0 10010 11000110 101110 1000011

Color Harmonies of #83BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAD1

Black with #83BAD1

Text Example


Text Example

White with #83BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,209); }

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

background-color css

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

 a { background-color: rgb(131,186,209); }

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

border-color css

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

 span { border-color: rgb(131,186,209); }

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