Html Css Color HEX #83BDD8 Seagull

📋 copy color: '#83BDD8'

red 131 ◦ green 189 ◦ blue 216

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

Shades of Seagull #83BDD8

Tints of Seagull #83BDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 24.44%
G = 35.26%
B = 40.3%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83BDD8 (or 0x83BDD8) is known color: Seagull. HEX triplet: 83, BD and D8. RGB value is (131,189,216). Sum of RGB (Red+Green+Blue) = 131+189+216=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #83BDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDD8 is #7C4227. Grayscale: #AEAEAE. Windows color (decimal): -8143400 or 14204291. OLE color: 14204291.

HSL color Cylindrical-coordinate representation of color #83BDD8: hue angle of 199.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83BDD8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 189 216 -
CMYK 0.39 0.12 0 0.15
HSL 199.06º 0.52% 0.68% -
HSV(B) 199.06º 0.39% 0.85% -
XYZ 39.95 46.18 71.77 -
YUV 174.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 131 189 216 0.39 0.12 0 0.15 199.06 0.52 0.68
Hex 83 BD D8 27 C 0 F C7 34 44
Octal 203 275 330 47 14 0 17 307 64 104
Binary 10000011 10111101 11011000 100111 1100 0 1111 11000111 110100 1000100

Color Harmonies of #83BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDD8

Black with #83BDD8

Text Example


Text Example

White with #83BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,216); }

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

background-color css

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

 a { background-color: rgb(131,189,216); }

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

border-color css

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

 span { border-color: rgb(131,189,216); }

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