Html Css Color HEX #83BFCD Seagull

📋 copy color: '#83BFCD'

red 131 ◦ green 191 ◦ blue 205

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

Shades of Seagull #83BFCD

Tints of Seagull #83BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

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

R = 24.86%
G = 36.24%
B = 38.9%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83BFCD (or 0x83BFCD) is known color: Seagull. HEX triplet: 83, BF and CD. RGB value is (131,191,205). Sum of RGB (Red+Green+Blue) = 131+191+205=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #83BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFCD is #7C4032. Grayscale: #AEAEAE. Windows color (decimal): -8142899 or 13483907. OLE color: 13483907.

HSL color Cylindrical-coordinate representation of color #83BFCD: hue angle of 191.35º 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 #83BFCD is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 191 205 -
CMYK 0.36 0.07 0 0.20
HSL 191.35º 0.43% 0.66% -
HSV(B) 191.35º 0.36% 0.8% -
XYZ 39.01 46.49 64.68 -
YUV 174.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 131 191 205 0.36 0.07 0 0.20 191.35 0.43 0.66
Hex 83 BF CD 24 7 0 14 BF 2B 42
Octal 203 277 315 44 7 0 24 277 53 102
Binary 10000011 10111111 11001101 100100 111 0 10100 10111111 101011 1000010

Color Harmonies of #83BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFCD

Black with #83BFCD

Text Example


Text Example

White with #83BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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