Html Css Color HEX #83BADB Seagull

📋 copy color: '#83BADB'

red 131 ◦ green 186 ◦ blue 219

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

Shades of Seagull #83BADB

Tints of Seagull #83BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 24.44%
G = 34.7%
B = 40.86%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83BADB (or 0x83BADB) is known color: Seagull. HEX triplet: 83, BA and DB. RGB value is (131,186,219). Sum of RGB (Red+Green+Blue) = 131+186+219=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BADB is #7C4524. Grayscale: #ADADAD. Windows color (decimal): -8144165 or 14400131. OLE color: 14400131.

HSL color Cylindrical-coordinate representation of color #83BADB: hue angle of 202.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BADB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 186 219 -
CMYK 0.40 0.15 0 0.14
HSL 202.5º 0.55% 0.69% -
HSV(B) 202.5º 0.4% 0.86% -
XYZ 39.71 45.06 73.62 -
YUV 173.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 131 186 219 0.40 0.15 0 0.14 202.5 0.55 0.69
Hex 83 BA DB 28 F 0 E CA 37 45
Octal 203 272 333 50 17 0 16 312 67 105
Binary 10000011 10111010 11011011 101000 1111 0 1110 11001010 110111 1000101

Color Harmonies of #83BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BADB

Black with #83BADB

Text Example


Text Example

White with #83BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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