Html Css Color HEX #83BBDB Seagull

📋 copy color: '#83BBDB'

red 131 ◦ green 187 ◦ blue 219

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

Shades of Seagull #83BBDB

Tints of Seagull #83BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

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

R = 24.39%
G = 34.82%
B = 40.78%

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

#83BBDB (or 0x83BBDB) is known color: Seagull. HEX triplet: 83, BB and DB. RGB value is (131,187,219). Sum of RGB (Red+Green+Blue) = 131+187+219=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBDB is #7C4424. Grayscale: #ADADAD. Windows color (decimal): -8143909 or 14400387. OLE color: 14400387.

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

Color convert

RGB 131 187 219 -
CMYK 0.40 0.15 0 0.14
HSL 201.82º 0.55% 0.69% -
HSV(B) 201.82º 0.4% 0.86% -
XYZ 39.92 45.48 73.69 -
YUV 173.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 131 187 219 0.40 0.15 0 0.14 201.82 0.55 0.69
Hex 83 BB DB 28 F 0 E CA 37 45
Octal 203 273 333 50 17 0 16 312 67 105
Binary 10000011 10111011 11011011 101000 1111 0 1110 11001010 110111 1000101

Color Harmonies of #83BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBDB

Black with #83BBDB

Text Example


Text Example

White with #83BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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