#84AFD7

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

Shades of Jordy Blue #84AFD7

Tints of Jordy Blue #84AFD7

Color information

#84AFD7 (or 0x84AFD7) is unknown color: approx Jordy Blue. HEX triplet: 84, AF and D7. RGB value is (132,175,215). Sum of RGB (Red+Green+Blue) = 132+175+215=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #84AFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFD7 is #7B5028. Grayscale: #A6A6A6. Windows color (decimal): -8081449 or 14135172. OLE color: 14135172.

HSL color Cylindrical-coordinate representation of color #84AFD7: hue angle of 208.92º 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 #84AFD7 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132175215-
CMYK0.390.1900.16
HSL208.92º50.92%68.04%-
HSV(B)208.92º38.6%84.31%-
XYZ37.1140.4770.15-
YUV166.7155.25103.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=25.29%
G=33.52%
B=41.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321752150.390.1900.16208.9250.9268.04
Hex84AFD72713010d13344
Octal204257327472302032163104
Binary10000100101011111101011110011110011010000110100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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