Html Css Color HEX #84BCDB Seagull

📋 copy color: '#84BCDB'

red 132 ◦ green 188 ◦ blue 219

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

Shades of Seagull #84BCDB

Tints of Seagull #84BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.88%

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

R = 24.49%
G = 34.88%
B = 40.63%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84BCDB (or 0x84BCDB) is known color: Seagull. HEX triplet: 84, BC and DB. RGB value is (132,188,219). Sum of RGB (Red+Green+Blue) = 132+188+219=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #84BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCDB is #7B4324. Grayscale: #AEAEAE. Windows color (decimal): -8078117 or 14400644. OLE color: 14400644.

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

Color convert

RGB 132 188 219 -
CMYK 0.40 0.14 0 0.14
HSL 201.38º 0.55% 0.69% -
HSV(B) 201.38º 0.4% 0.86% -
XYZ 40.29 45.99 73.77 -
YUV 174.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 132 188 219 0.40 0.14 0 0.14 201.38 0.55 0.69
Hex 84 BC DB 28 E 0 E C9 37 45
Octal 204 274 333 50 16 0 16 311 67 105
Binary 10000100 10111100 11011011 101000 1110 0 1110 11001001 110111 1000101

Color Harmonies of #84BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BCDB

Black with #84BCDB

Text Example


Text Example

White with #84BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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