Html Css Color HEX #84B5D7 Seagull

📋 copy color: '#84B5D7'

red 132 ◦ green 181 ◦ blue 215

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

Shades of Seagull #84B5D7

Tints of Seagull #84B5D7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.28%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 25%
G = 34.28%
B = 40.72%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84B5D7 (or 0x84B5D7) is known color: Seagull. HEX triplet: 84, B5 and D7. RGB value is (132,181,215). Sum of RGB (Red+Green+Blue) = 132+181+215=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #84B5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B5D7 is #7B4A28. Grayscale: #AAAAAA. Windows color (decimal): -8079913 or 14136708. OLE color: 14136708.

HSL color Cylindrical-coordinate representation of color #84B5D7: hue angle of 204.58º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B5D7 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 181 215 -
CMYK 0.39 0.16 0 0.16
HSL 204.58º 0.51% 0.68% -
HSV(B) 204.58º 0.39% 0.84% -
XYZ 38.31 42.86 70.54 -
YUV 170.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 132 181 215 0.39 0.16 0 0.16 204.58 0.51 0.68
Hex 84 B5 D7 27 10 0 10 CD 33 44
Octal 204 265 327 47 20 0 20 315 63 104
Binary 10000100 10110101 11010111 100111 10000 0 10000 11001101 110011 1000100

Color Harmonies of #84B5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B5D7

Black with #84B5D7

Text Example


Text Example

White with #84B5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,181,215); }

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

background-color css

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

 a { background-color: rgb(132,181,215); }

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

border-color css

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

 span { border-color: rgb(132,181,215); }

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