Html Css Color HEX #83BCCB Seagull

📋 copy color: '#83BCCB'

red 131 ◦ green 188 ◦ blue 203

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

Shades of Seagull #83BCCB

Tints of Seagull #83BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 25.1%
G = 36.02%
B = 38.89%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83BCCB (or 0x83BCCB) is known color: Seagull. HEX triplet: 83, BC and CB. RGB value is (131,188,203). Sum of RGB (Red+Green+Blue) = 131+188+203=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #83BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCCB is #7C4334. Grayscale: #ACACAC. Windows color (decimal): -8143669 or 13352067. OLE color: 13352067.

HSL color Cylindrical-coordinate representation of color #83BCCB: hue angle of 192.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BCCB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 188 203 -
CMYK 0.35 0.07 0 0.20
HSL 192.5º 0.41% 0.65% -
HSV(B) 192.5º 0.35% 0.8% -
XYZ 38.12 45.1 63.2 -
YUV 172.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 131 188 203 0.35 0.07 0 0.20 192.5 0.41 0.65
Hex 83 BC CB 23 7 0 14 C0 29 41
Octal 203 274 313 43 7 0 24 300 51 101
Binary 10000011 10111100 11001011 100011 111 0 10100 11000000 101001 1000001

Color Harmonies of #83BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCCB

Black with #83BCCB

Text Example


Text Example

White with #83BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,203); }

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

background-color css

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

 a { background-color: rgb(131,188,203); }

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

border-color css

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

 span { border-color: rgb(131,188,203); }

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