Html Css Color HEX #84BDD8 Seagull

📋 copy color: '#84BDD8'

red 132 ◦ green 189 ◦ blue 216

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

Shades of Seagull #84BDD8

Tints of Seagull #84BDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 24.58%
G = 35.2%
B = 40.22%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#84BDD8 (or 0x84BDD8) is known color: Seagull. HEX triplet: 84, BD and D8. RGB value is (132,189,216). Sum of RGB (Red+Green+Blue) = 132+189+216=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #84BDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDD8 is #7B4227. Grayscale: #AEAEAE. Windows color (decimal): -8077864 or 14204292. OLE color: 14204292.

HSL color Cylindrical-coordinate representation of color #84BDD8: hue angle of 199.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84BDD8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 189 216 -
CMYK 0.39 0.12 0 0.15
HSL 199.29º 0.52% 0.68% -
HSV(B) 199.29º 0.39% 0.85% -
XYZ 40.11 46.26 71.78 -
YUV 175.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 132 189 216 0.39 0.12 0 0.15 199.29 0.52 0.68
Hex 84 BD D8 27 C 0 F C7 34 44
Octal 204 275 330 47 14 0 17 307 64 104
Binary 10000100 10111101 11011000 100111 1100 0 1111 11000111 110100 1000100

Color Harmonies of #84BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDD8

Black with #84BDD8

Text Example


Text Example

White with #84BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,189,216); }

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

background-color css

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

 a { background-color: rgb(132,189,216); }

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

border-color css

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

 span { border-color: rgb(132,189,216); }

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