Html Css Color HEX #83BCDD Seagull

📋 copy color: '#83BCDD'

red 131 ◦ green 188 ◦ blue 221

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

Shades of Seagull #83BCDD

Tints of Seagull #83BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 24.26%
G = 34.81%
B = 40.93%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83BCDD (or 0x83BCDD) is known color: Seagull. HEX triplet: 83, BC and DD. RGB value is (131,188,221). Sum of RGB (Red+Green+Blue) = 131+188+221=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #83BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCDD is #7C4322. Grayscale: #AEAEAE. Windows color (decimal): -8143651 or 14531715. OLE color: 14531715.

HSL color Cylindrical-coordinate representation of color #83BCDD: hue angle of 202º degrees, saturation: 0.57, 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 #83BCDD is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 188 221 -
CMYK 0.41 0.15 0 0.13
HSL 202º 0.57% 0.69% -
HSV(B) 202º 0.41% 0.87% -
XYZ 40.39 46.01 75.16 -
YUV 174.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 131 188 221 0.41 0.15 0 0.13 202 0.57 0.69
Hex 83 BC DD 29 F 0 D CA 39 45
Octal 203 274 335 51 17 0 15 312 71 105
Binary 10000011 10111100 11011101 101001 1111 0 1101 11001010 111001 1000101

Color Harmonies of #83BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCDD

Black with #83BCDD

Text Example


Text Example

White with #83BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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