Html Css Color HEX #83BADE Seagull

📋 copy color: '#83BADE'

red 131 ◦ green 186 ◦ blue 222

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

Shades of Seagull #83BADE

Tints of Seagull #83BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 24.3%
G = 34.51%
B = 41.19%

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

#83BADE (or 0x83BADE) is known color: Seagull. HEX triplet: 83, BA and DE. RGB value is (131,186,222). Sum of RGB (Red+Green+Blue) = 131+186+222=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #83BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BADE is #7C4521. Grayscale: #ADADAD. Windows color (decimal): -8144162 or 14596739. OLE color: 14596739.

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

Color convert

RGB 131 186 222 -
CMYK 0.41 0.16 0 0.13
HSL 203.74º 0.58% 0.69% -
HSV(B) 203.74º 0.41% 0.87% -
XYZ 40.1 45.22 75.72 -
YUV 173.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 131 186 222 0.41 0.16 0 0.13 203.74 0.58 0.69
Hex 83 BA DE 29 10 0 D CC 3A 45
Octal 203 272 336 51 20 0 15 314 72 105
Binary 10000011 10111010 11011110 101001 10000 0 1101 11001100 111010 1000101

Color Harmonies of #83BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BADE

Black with #83BADE

Text Example


Text Example

White with #83BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,222); }

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

background-color css

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

 a { background-color: rgb(131,186,222); }

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

border-color css

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

 span { border-color: rgb(131,186,222); }

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