#84ADFA

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

Shades of Jordy Blue #84ADFA

Tints of Jordy Blue #84ADFA

Color information

#84ADFA (or 0x84ADFA) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and FA. RGB value is (132,173,250). Sum of RGB (Red+Green+Blue) = 132+173+250=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #84ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ADFA is #7B5205. Grayscale: #A9A9A9. Windows color (decimal): -8081926 or 16428420. OLE color: 16428420.

HSL color Cylindrical-coordinate representation of color #84ADFA: hue angle of 219.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84ADFA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132173250-
CMYK0.470.3100.02
HSL219.15º92.19%74.9%-
HSV(B)219.15º47.2%98.04%-
XYZ41.7141.6996.29-
YUV169.52173.42101.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.78%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=23.78%
G=31.17%
B=45.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321732500.470.3100.02219.1592.1974.9
Hex84ADFA2F1F02db5c4b
Octal204255372573702333134113
Binary100001001010110111111010101111111110101101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,250); }

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

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

 a { background-color: rgb(132,173,250); }

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

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

 span { border-color: rgb(132,173,250); }

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