Html Css Color HEX #83BCDC Seagull

📋 copy color: '#83BCDC'

red 131 ◦ green 188 ◦ blue 220

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

Shades of Seagull #83BCDC

Tints of Seagull #83BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 24.3%
G = 34.88%
B = 40.82%

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

#83BCDC (or 0x83BCDC) is known color: Seagull. HEX triplet: 83, BC and DC. RGB value is (131,188,220). Sum of RGB (Red+Green+Blue) = 131+188+220=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCDC is #7C4323. Grayscale: #AEAEAE. Windows color (decimal): -8143652 or 14466179. OLE color: 14466179.

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

Color convert

RGB 131 188 220 -
CMYK 0.40 0.15 0 0.14
HSL 201.57º 0.56% 0.69% -
HSV(B) 201.57º 0.4% 0.86% -
XYZ 40.26 45.96 74.46 -
YUV 174.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 131 188 220 0.40 0.15 0 0.14 201.57 0.56 0.69
Hex 83 BC DC 28 F 0 E CA 38 45
Octal 203 274 334 50 17 0 16 312 70 105
Binary 10000011 10111100 11011100 101000 1111 0 1110 11001010 111000 1000101

Color Harmonies of #83BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCDC

Black with #83BCDC

Text Example


Text Example

White with #83BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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