Html Css Color HEX #83BCDF Seagull

📋 copy color: '#83BCDF'

red 131 ◦ green 188 ◦ blue 223

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

Shades of Seagull #83BCDF

Tints of Seagull #83BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 24.17%
G = 34.69%
B = 41.14%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83BCDF (or 0x83BCDF) is known color: Seagull. HEX triplet: 83, BC and DF. RGB value is (131,188,223). Sum of RGB (Red+Green+Blue) = 131+188+223=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #83BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCDF is #7C4320. Grayscale: #AEAEAE. Windows color (decimal): -8143649 or 14662787. OLE color: 14662787.

HSL color Cylindrical-coordinate representation of color #83BCDF: hue angle of 202.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83BCDF is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 188 223 -
CMYK 0.41 0.16 0 0.13
HSL 202.83º 0.59% 0.69% -
HSV(B) 202.83º 0.41% 0.87% -
XYZ 40.66 46.12 76.57 -
YUV 174.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 131 188 223 0.41 0.16 0 0.13 202.83 0.59 0.69
Hex 83 BC DF 29 10 0 D CB 3B 45
Octal 203 274 337 51 20 0 15 313 73 105
Binary 10000011 10111100 11011111 101001 10000 0 1101 11001011 111011 1000101

Color Harmonies of #83BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCDF

Black with #83BCDF

Text Example


Text Example

White with #83BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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