Html Css Color HEX #83BACD Seagull

📋 copy color: '#83BACD'

red 131 ◦ green 186 ◦ blue 205

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

Shades of Seagull #83BACD

Tints of Seagull #83BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 25.1%
G = 35.63%
B = 39.27%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83BACD (or 0x83BACD) is known color: Seagull. HEX triplet: 83, BA and CD. RGB value is (131,186,205). Sum of RGB (Red+Green+Blue) = 131+186+205=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #83BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BACD is #7C4532. Grayscale: #ABABAB. Windows color (decimal): -8144179 or 13482627. OLE color: 13482627.

HSL color Cylindrical-coordinate representation of color #83BACD: hue angle of 195.41º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83BACD is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 186 205 -
CMYK 0.36 0.09 0 0.20
HSL 195.41º 0.43% 0.66% -
HSV(B) 195.41º 0.36% 0.8% -
XYZ 37.94 44.35 64.32 -
YUV 171.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 131 186 205 0.36 0.09 0 0.20 195.41 0.43 0.66
Hex 83 BA CD 24 9 0 14 C3 2B 42
Octal 203 272 315 44 11 0 24 303 53 102
Binary 10000011 10111010 11001101 100100 1001 0 10100 11000011 101011 1000010

Color Harmonies of #83BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BACD

Black with #83BACD

Text Example


Text Example

White with #83BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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