Html Css Color HEX #84BADD Seagull

📋 copy color: '#84BADD'

red 132 ◦ green 186 ◦ blue 221

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

Shades of Seagull #84BADD

Tints of Seagull #84BADD

RGB

 RED value IS 132 (51.95% from 255) = 24.49%

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

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

R = 24.49%
G = 34.51%
B = 41%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84BADD (or 0x84BADD) is known color: Seagull. HEX triplet: 84, BA and DD. RGB value is (132,186,221). Sum of RGB (Red+Green+Blue) = 132+186+221=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 186 (73.05% from 255 or 34.51% 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 #84BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADD is #7B4522. Grayscale: #ADADAD. Windows color (decimal): -8078627 or 14531204. OLE color: 14531204.

HSL color Cylindrical-coordinate representation of color #84BADD: hue angle of 203.6º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BADD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 186 221 -
CMYK 0.40 0.16 0 0.13
HSL 203.6º 0.57% 0.69% -
HSV(B) 203.6º 0.4% 0.87% -
XYZ 40.13 45.24 75.02 -
YUV 173.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 132 186 221 0.40 0.16 0 0.13 203.6 0.57 0.69
Hex 84 BA DD 28 10 0 D CC 39 45
Octal 204 272 335 50 20 0 15 314 71 105
Binary 10000100 10111010 11011101 101000 10000 0 1101 11001100 111001 1000101

Color Harmonies of #84BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BADD

Black with #84BADD

Text Example


Text Example

White with #84BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BADD; }

 p { color: rgb(132,186,221); }

 H1.HeaderClassName
 {
   color: #84BADD;
 }
 .AnyTagClassName
 {
   color: #84BADD;
 }
</style>

background-color css

<style>
 a { background-color: #84BADD; }

 a { background-color: rgb(132,186,221); }

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

border-color css

<style>
 span { border-color: #84BADD; }

 span { border-color: rgb(132,186,221); }

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