Html Css Color HEX #84B9DB Seagull

📋 copy color: '#84B9DB'

red 132 ◦ green 185 ◦ blue 219

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

Shades of Seagull #84B9DB

Tints of Seagull #84B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.51%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 24.63%
G = 34.51%
B = 40.86%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84B9DB (or 0x84B9DB) is known color: Seagull. HEX triplet: 84, B9 and DB. RGB value is (132,185,219). Sum of RGB (Red+Green+Blue) = 132+185+219=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9DB is #7B4624. Grayscale: #ACACAC. Windows color (decimal): -8078885 or 14399876. OLE color: 14399876.

HSL color Cylindrical-coordinate representation of color #84B9DB: hue angle of 203.45º degrees, saturation: 0.55, 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 #84B9DB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 185 219 -
CMYK 0.40 0.16 0 0.14
HSL 203.45º 0.55% 0.69% -
HSV(B) 203.45º 0.4% 0.86% -
XYZ 39.65 44.72 73.56 -
YUV 173.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 132 185 219 0.40 0.16 0 0.14 203.45 0.55 0.69
Hex 84 B9 DB 28 10 0 E CB 37 45
Octal 204 271 333 50 20 0 16 313 67 105
Binary 10000100 10111001 11011011 101000 10000 0 1110 11001011 110111 1000101

Color Harmonies of #84B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B9DB

Black with #84B9DB

Text Example


Text Example

White with #84B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,219); }

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

background-color css

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

 a { background-color: rgb(132,185,219); }

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

border-color css

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

 span { border-color: rgb(132,185,219); }

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