Html Css Color HEX #84BDDA Seagull

📋 copy color: '#84BDDA'

red 132 ◦ green 189 ◦ blue 218

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

Shades of Seagull #84BDDA

Tints of Seagull #84BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 24.49%
G = 35.06%
B = 40.45%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#84BDDA (or 0x84BDDA) is known color: Seagull. HEX triplet: 84, BD and DA. RGB value is (132,189,218). Sum of RGB (Red+Green+Blue) = 132+189+218=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #84BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDDA is #7B4225. Grayscale: #AFAFAF. Windows color (decimal): -8077862 or 14335364. OLE color: 14335364.

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

Color convert

RGB 132 189 218 -
CMYK 0.39 0.13 0 0.15
HSL 200.23º 0.54% 0.69% -
HSV(B) 200.23º 0.39% 0.85% -
XYZ 40.37 46.36 73.15 -
YUV 175.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 132 189 218 0.39 0.13 0 0.15 200.23 0.54 0.69
Hex 84 BD DA 27 D 0 F C8 36 45
Octal 204 275 332 47 15 0 17 310 66 105
Binary 10000100 10111101 11011010 100111 1101 0 1111 11001000 110110 1000101

Color Harmonies of #84BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDDA

Black with #84BDDA

Text Example


Text Example

White with #84BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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