#84B0DC

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

Shades of Jordy Blue #84B0DC

Tints of Jordy Blue #84B0DC

Color information

#84B0DC (or 0x84B0DC) is unknown color: approx Jordy Blue. HEX triplet: 84, B0 and DC. RGB value is (132,176,220). Sum of RGB (Red+Green+Blue) = 132+176+220=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #84B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B0DC is #7B4F23. Grayscale: #A7A7A7. Windows color (decimal): -8081188 or 14463108. OLE color: 14463108.

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

Color convert

RGB132176220-
CMYK0.400.200.14
HSL210º55.7%69.02%-
HSV(B)210º40%86.27%-
XYZ37.9641.1273.65-
YUV167.86157.42102.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321762200.400.200.1421055.769.02
Hex84B0DC28140Ed23845
Octal204260334502401632270105
Binary1000010010110000110111001010001010001110110100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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