Html Css Color HEX #83BBDF Seagull

📋 copy color: '#83BBDF'

red 131 ◦ green 187 ◦ blue 223

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

Shades of Seagull #83BBDF

Tints of Seagull #83BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 24.21%
G = 34.57%
B = 41.22%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83BBDF (or 0x83BBDF) is known color: Seagull. HEX triplet: 83, BB and DF. RGB value is (131,187,223). Sum of RGB (Red+Green+Blue) = 131+187+223=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #83BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBDF is #7C4420. Grayscale: #AEAEAE. Windows color (decimal): -8143905 or 14662531. OLE color: 14662531.

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

Color convert

RGB 131 187 223 -
CMYK 0.41 0.16 0 0.13
HSL 203.48º 0.59% 0.69% -
HSV(B) 203.48º 0.41% 0.87% -
XYZ 40.45 45.69 76.5 -
YUV 174.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 131 187 223 0.41 0.16 0 0.13 203.48 0.59 0.69
Hex 83 BB DF 29 10 0 D CB 3B 45
Octal 203 273 337 51 20 0 15 313 73 105
Binary 10000011 10111011 11011111 101001 10000 0 1101 11001011 111011 1000101

Color Harmonies of #83BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBDF

Black with #83BBDF

Text Example


Text Example

White with #83BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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