Html Css Color HEX #84BFD6 Seagull

📋 copy color: '#84BFD6'

red 132 ◦ green 191 ◦ blue 214

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

Shades of Seagull #84BFD6

Tints of Seagull #84BFD6

RGB

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

 GREEN value IS 191 (75% from 255) = 35.57%

 BLUE value IS 214 (83.98% from 255) = 39.85%

R = 24.58%
G = 35.57%
B = 39.85%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84BFD6 (or 0x84BFD6) is known color: Seagull. HEX triplet: 84, BF and D6. RGB value is (132,191,214). Sum of RGB (Red+Green+Blue) = 132+191+214=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #84BFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFD6 is #7B4029. Grayscale: #AFAFAF. Windows color (decimal): -8077354 or 14073732. OLE color: 14073732.

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

Color convert

RGB 132 191 214 -
CMYK 0.38 0.11 0 0.16
HSL 196.83º 0.5% 0.68% -
HSV(B) 196.83º 0.38% 0.84% -
XYZ 40.28 47.02 70.57 -
YUV 175.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 132 191 214 0.38 0.11 0 0.16 196.83 0.5 0.68
Hex 84 BF D6 26 B 0 10 C5 32 44
Octal 204 277 326 46 13 0 20 305 62 104
Binary 10000100 10111111 11010110 100110 1011 0 10000 11000101 110010 1000100

Color Harmonies of #84BFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFD6

Black with #84BFD6

Text Example


Text Example

White with #84BFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,191,214); }

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

background-color css

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

 a { background-color: rgb(132,191,214); }

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

border-color css

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

 span { border-color: rgb(132,191,214); }

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