Html Css Color HEX #83BBDC Seagull

📋 copy color: '#83BBDC'

red 131 ◦ green 187 ◦ blue 220

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

Shades of Seagull #83BBDC

Tints of Seagull #83BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 24.35%
G = 34.76%
B = 40.89%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83BBDC (or 0x83BBDC) is known color: Seagull. HEX triplet: 83, BB and DC. RGB value is (131,187,220). Sum of RGB (Red+Green+Blue) = 131+187+220=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBDC is #7C4423. Grayscale: #ADADAD. Windows color (decimal): -8143908 or 14465923. OLE color: 14465923.

HSL color Cylindrical-coordinate representation of color #83BBDC: hue angle of 202.25º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BBDC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 187 220 -
CMYK 0.40 0.15 0 0.14
HSL 202.25º 0.56% 0.69% -
HSV(B) 202.25º 0.4% 0.86% -
XYZ 40.05 45.53 74.39 -
YUV 174.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 131 187 220 0.40 0.15 0 0.14 202.25 0.56 0.69
Hex 83 BB DC 28 F 0 E CA 38 45
Octal 203 273 334 50 17 0 16 312 70 105
Binary 10000011 10111011 11011100 101000 1111 0 1110 11001010 111000 1000101

Color Harmonies of #83BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBDC

Black with #83BBDC

Text Example


Text Example

White with #83BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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