Html Css Color HEX #83BCD6 Seagull

📋 copy color: '#83BCD6'

red 131 ◦ green 188 ◦ blue 214

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

Shades of Seagull #83BCD6

Tints of Seagull #83BCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 24.58%
G = 35.27%
B = 40.15%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#83BCD6 (or 0x83BCD6) is known color: Seagull. HEX triplet: 83, BC and D6. RGB value is (131,188,214). Sum of RGB (Red+Green+Blue) = 131+188+214=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #83BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCD6 is #7C4329. Grayscale: #ADADAD. Windows color (decimal): -8143658 or 14072963. OLE color: 14072963.

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

Color convert

RGB 131 188 214 -
CMYK 0.39 0.12 0 0.16
HSL 198.8º 0.5% 0.68% -
HSV(B) 198.8º 0.39% 0.84% -
XYZ 39.48 45.65 70.35 -
YUV 173.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 131 188 214 0.39 0.12 0 0.16 198.8 0.5 0.68
Hex 83 BC D6 27 C 0 10 C7 32 44
Octal 203 274 326 47 14 0 20 307 62 104
Binary 10000011 10111100 11010110 100111 1100 0 10000 11000111 110010 1000100

Color Harmonies of #83BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCD6

Black with #83BCD6

Text Example


Text Example

White with #83BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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