#84B2DC

Color #84B2DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84B2DC

Tints of Jordy Blue #84B2DC

Color information

#84B2DC (or 0x84B2DC) is unknown color: approx Jordy Blue. HEX triplet: 84, B2 and DC. RGB value is (132,178,220). Sum of RGB (Red+Green+Blue) = 132+178+220=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #84B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2DC is #7B4D23. Grayscale: #A8A8A8. Windows color (decimal): -8080676 or 14463620. OLE color: 14463620.

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

Color convert

RGB132178220-
CMYK0.400.1900.14
HSL208.64º55.7%69.02%-
HSV(B)208.64º40%86.27%-
XYZ38.3541.9173.78-
YUV169.03156.76101.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=24.91%
G=33.58%
B=41.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321782200.400.1900.14208.6455.769.02
Hex84B2DC28130Ed13845
Octal204262334502301632170105
Binary1000010010110010110111001010001001101110110100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,178,220); }

 H1.HeaderClassName
 {
   color: #84B2DC;
 }
 .AnyTagClassName
 {
   color: #84B2DC;
 }
</style>
background-color css

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

 a { background-color: rgb(132,178,220); }

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

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

 span { border-color: rgb(132,178,220); }

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