Html Css Color HEX #83BBDD Seagull

📋 copy color: '#83BBDD'

red 131 ◦ green 187 ◦ blue 221

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

Shades of Seagull #83BBDD

Tints of Seagull #83BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.69%

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

R = 24.3%
G = 34.69%
B = 41%

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

#83BBDD (or 0x83BBDD) is known color: Seagull. HEX triplet: 83, BB and DD. RGB value is (131,187,221). Sum of RGB (Red+Green+Blue) = 131+187+221=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #83BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBDD is #7C4422. Grayscale: #ADADAD. Windows color (decimal): -8143907 or 14531459. OLE color: 14531459.

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

Color convert

RGB 131 187 221 -
CMYK 0.41 0.15 0 0.13
HSL 202.67º 0.57% 0.69% -
HSV(B) 202.67º 0.41% 0.87% -
XYZ 40.18 45.59 75.09 -
YUV 174.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 131 187 221 0.41 0.15 0 0.13 202.67 0.57 0.69
Hex 83 BB DD 29 F 0 D CB 39 45
Octal 203 273 335 51 17 0 15 313 71 105
Binary 10000011 10111011 11011101 101001 1111 0 1101 11001011 111001 1000101

Color Harmonies of #83BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBDD

Black with #83BBDD

Text Example


Text Example

White with #83BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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