Html Css Color HEX #83BFDD Seagull

📋 copy color: '#83BFDD'

red 131 ◦ green 191 ◦ blue 221

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

Shades of Seagull #83BFDD

Tints of Seagull #83BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 24.13%
G = 35.17%
B = 40.7%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83BFDD (or 0x83BFDD) is known color: Seagull. HEX triplet: 83, BF and DD. RGB value is (131,191,221). Sum of RGB (Red+Green+Blue) = 131+191+221=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #83BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFDD is #7C4022. Grayscale: #B0B0B0. Windows color (decimal): -8142883 or 14532483. OLE color: 14532483.

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

Color convert

RGB 131 191 221 -
CMYK 0.41 0.14 0 0.13
HSL 200º 0.57% 0.69% -
HSV(B) 200º 0.41% 0.87% -
XYZ 41.04 47.31 75.37 -
YUV 176.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 131 191 221 0.41 0.14 0 0.13 200 0.57 0.69
Hex 83 BF DD 29 E 0 D C8 39 45
Octal 203 277 335 51 16 0 15 310 71 105
Binary 10000011 10111111 11011101 101001 1110 0 1101 11001000 111001 1000101

Color Harmonies of #83BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFDD

Black with #83BFDD

Text Example


Text Example

White with #83BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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